This commit is contained in:
Colin Hebert
2023-11-04 17:46:15 +11:00
parent 70c37f4107
commit b05a5d719b

View File

@@ -5,6 +5,7 @@ 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?}