fix: authentik-traefik dns lookup

This commit is contained in:
2025-12-09 13:23:48 +01:00
parent 586f0e3f7d
commit 6eb62f41cc
+1
View File
@@ -24,6 +24,7 @@ services:
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.10.2}
command: server
container_name: authentik-server
restart: unless-stopped
ports:
- ${PORT_HTTP:-9000}:9000