Handled portainer config error

This commit is contained in:
2023-09-21 16:07:17 +02:00
parent 4c68ceecd8
commit 5f2a658b42

View File

@@ -3,8 +3,8 @@ services:
portainer: portainer:
image: portainer/portainer-ce:latest image: portainer/portainer-ce:latest
ports: ports:
- 9443:9443 - 9443:9443
volumes: volumes:
- /home/mbuz/docker/portainer/data:/data - /home/mbuz/docker/portainer/data:/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped restart: unless-stopped