Skip to content

Commit c93955f

Browse files
authored
Update docker-compose.yml
1 parent 37b4f65 commit c93955f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/authentik/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
- authentik-internal
3939

4040
authentik-proxy:
41-
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.6}
41+
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.8}
4242
container_name: authentik
4343
restart: unless-stopped
4444
command: server
@@ -76,7 +76,7 @@ services:
7676
# - 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
7777

7878
worker:
79-
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.6}
79+
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2025.8}
8080
container_name: authentik-worker
8181
restart: unless-stopped
8282
command: worker

0 commit comments

Comments
 (0)