From 378d6644cc3fdd0b77ea4592ca34da55c15ecd0e Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 16 Jul 2026 17:10:47 -0400 Subject: [PATCH] fix: correct service name for wizarr-ldap in compose file --- nodes/heimdall/wizarr/compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index 0cfc959..6e00717 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -19,8 +19,7 @@ services: - "traefik.http.routers.wizarr.service=wizarr" - "traefik.http.services.wizarr.loadbalancer.server.port=5690" - wizarr_ldap: - container_name: wizarr_ldap + wizarr-ldap: image: ghcr.io/goauthentik/ldap:2026.5.3 networks: - proxy-net