Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions my-compose/authentik/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

# Use the embedded outpost (2021.8.1+) instead of the seperate Forward Auth / Proxy Provider container
authentik_server:
image: ghcr.io/goauthentik/server:latest
image: ghcr.io/goauthentik/server:2025.8.3
container_name: authentik_server
restart: unless-stopped
command: server
Expand Down Expand Up @@ -104,7 +104,7 @@ services:


authentik_worker:
image: ghcr.io/goauthentik/server:latest
image: ghcr.io/goauthentik/server:2025.8.3
container_name: authentik_worker
restart: unless-stopped
# Removing `user: root` also prevents the worker from fixing the permissions
Expand Down