portainer

This commit is contained in:
root 2020-11-10 18:08:26 +01:00
parent 3c06751036
commit b619806141
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
version: '3.3'
services:
portainer:
image: portainer/portainer-ce
ports:
- "8000:8000"
- "9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.socsk
- portainer_data:/data
restart: always
volumes:
portainer_data: {}

View File

@ -0,0 +1,15 @@
version: '3.3'
services:
portainer:
image: portainer/portainer-ce
ports:
# - "8000:8000"
- "9000:9000"
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
volumes:
portainer_data: {}