Создал(а) 'portainer/docker-compose.yaml'

master
pipistrello 2022-01-10 15:48:30 +03:00
parent 7704dff8dc
commit 43d79184d9
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: always
privileged: true
volumes:
- /mnt/containers/portainer/container-data/data:/data:Z
- /var/run/docker.sock:/var/run/docker.sock:Z
ports:
- 9443:9443