From 6eb62f41cc5be920cba862daf97afdb6fd3cb71f Mon Sep 17 00:00:00 2001 From: mr-forust Date: Tue, 9 Dec 2025 13:23:48 +0100 Subject: [PATCH] fix: authentik-traefik dns lookup --- authentik/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/authentik/compose.yaml b/authentik/compose.yaml index fa3c125..537793d 100644 --- a/authentik/compose.yaml +++ b/authentik/compose.yaml @@ -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