From 56a5c5ae4cba2d3efea9099de9bbd316afd22b8d Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 17 Apr 2026 15:55:27 -0400 Subject: [PATCH] fix: correct quoting in command for Docker registry configuration --- nodes/heimdall/docker_registry/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodes/heimdall/docker_registry/compose.yaml b/nodes/heimdall/docker_registry/compose.yaml index f11ebb2..0acc0cf 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}' > /auth/htpasswd exec bin/registry serve /etc/docker/registry/config.yml - volumes: - /mnt/appdata/docker_registry/data:/var/lib/registry networks: - proxy-net