Skip to content

Commit 738e8c1

Browse files
authored
chore: Update docker-compose.yml
1 parent 077593a commit 738e8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/authentik/docker-compose.yml

+2-2
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:-2024.10}
41+
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.12}
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:-2024.10}
79+
image: ghcr.io/goauthentik/server:${AUTHENTIK_VERSION:-2024.12}
8080
container_name: authentik-worker
8181
restart: unless-stopped
8282
command: worker

0 commit comments

Comments
 (0)