From 289c562904e46ba7dcdfe111d9cd7c66dc272dcb Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 17 Apr 2026 15:23:54 -0400 Subject: [PATCH] fix: comment out unused auth volume in Docker registry configuration --- nodes/heimdall/docker_registry/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/docker_registry/compose.yaml b/nodes/heimdall/docker_registry/compose.yaml index 85cf497..dbd5d3d 100644 --- a/nodes/heimdall/docker_registry/compose.yaml +++ b/nodes/heimdall/docker_registry/compose.yaml @@ -10,7 +10,7 @@ services: - REGISTRY_HTTP_SECRET=something_very_random_and_long volumes: - /mnt/appdata/docker_registry/data:/var/lib/registry - - /mnt/appdata/docker_registry/auth:/auth + # - /mnt/appdata/docker_registry/auth:/auth networks: - proxy-net labels: