From 5ed0d74242e3f1a39c7af3c9320358a81eb42860 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 26 Dec 2022 09:07:02 +0100 Subject: [PATCH] Add value for label and format portainer command --- bootstrap.docker-compose.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap.docker-compose.yaml b/bootstrap.docker-compose.yaml index 435e8a7..ba4f087 100644 --- a/bootstrap.docker-compose.yaml +++ b/bootstrap.docker-compose.yaml @@ -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