fix: correct service name for authentik_ldap in compose file

This commit is contained in:
Nathan 2026-07-16 17:10:01 -04:00
parent 228e407b2a
commit 5336b9cb0a

View File

@ -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