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