Remove forced host from portainer

This commit is contained in:
Colin Hebert
2023-11-04 17:42:32 +11:00
parent 8aa9f8ccdc
commit 70c37f4107

View File

@@ -5,7 +5,6 @@ services:
hostname: portainer
image: portainer/portainer-ce
command: >
--host tcp://docker:2375
--hide-label nas-compose.boostrap=true
--admin-password-file /run/secrets/portainer_password
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}