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