From a529920702f7d648a5a395e4e634313ece198dd7 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Fri, 22 May 2026 08:57:42 +0200 Subject: [PATCH] Update docker-compose.yml --- examples/authentik/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/authentik/docker-compose.yml b/examples/authentik/docker-compose.yml index be6694a..4d3f782 100644 --- a/examples/authentik/docker-compose.yml +++ b/examples/authentik/docker-compose.yml @@ -38,7 +38,7 @@ services: - authentik-internal authentik-proxy: - image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2026.2} + image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2026.5} container_name: authentik restart: unless-stopped command: server @@ -77,8 +77,8 @@ services: # - traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2026.2} - container_name: authentik-worker + image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2026.5} + container_name: authenik-worker restart: unless-stopped command: worker user: root