diff --git a/nodes/heimdall/docker_registry/compose.yaml b/nodes/heimdall/docker_registry/compose.yaml index 0acc0cf..a925b36 100644 --- a/nodes/heimdall/docker_registry/compose.yaml +++ b/nodes/heimdall/docker_registry/compose.yaml @@ -17,9 +17,8 @@ services: - -c - | mkdir -p /auth - echo '${HT_CONTENTS}' > /auth/htpasswd + echo "${HT_CONTENTS}" | base64 -d > /auth/htpasswd exec bin/registry serve /etc/docker/registry/config.yml - - /mnt/appdata/docker_registry/data:/var/lib/registry networks: - proxy-net labels: