Remove boostrap deets

This commit is contained in:
Colin Hebert
2023-11-04 17:51:02 +11:00
parent b05a5d719b
commit 7c2dd5611a

View File

@@ -5,8 +5,6 @@ services:
hostname: portainer
image: portainer/portainer-ce
command: >
--host unix:///var/run/docker.sock
--hide-label nas-compose.boostrap=true
--admin-password-file /run/secrets/portainer_password
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
volumes:
@@ -16,5 +14,3 @@ services:
# Secrets
- ${NASCOMPOSE_SERVICES?}/bootstrap/secrets/portainer_password:/run/secrets/portainer_password:ro
restart: unless-stopped
labels:
nas-compose.boostrap: true