Add value for label and format portainer command

This commit is contained in:
Colin Hebert
2022-12-26 09:07:02 +01:00
parent 42eef39019
commit 5ed0d74242

View File

@@ -31,7 +31,10 @@ services:
portainer:
image: portainer/portainer-ce
command: --host tcp://docker:2375 --hide-label nas-compose.boostrap --admin-password-file /data/portainer_password
command: >
--host tcp://docker:2375
--hide-label nas-compose.boostrap=true
--admin-password-file /data/portainer_password
networks:
- docker
- traefik