mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
commit
8d915393cd
@ -15,7 +15,7 @@
|
||||
#
|
||||
- name: Deploy Portainer
|
||||
community.docker.docker_container:
|
||||
container_name: portainer
|
||||
name: portainer
|
||||
image: "docker.io/portainer/portainer-ce"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
@ -23,4 +23,4 @@
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
restart_policy: always
|
||||
restart_policy: always
|
||||
|
Loading…
Reference in New Issue
Block a user