We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eb01f commit 611e80cCopy full SHA for 611e80c
templates/compose/authentik.yaml
@@ -31,7 +31,7 @@ services:
31
volumes:
32
- redis:/data
33
authentik-server:
34
- image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3}
+ image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
35
restart: unless-stopped
36
command: server
37
environment:
@@ -60,7 +60,7 @@ services:
60
redis:
61
condition: service_healthy
62
authentik-worker:
63
64
65
command: worker
66
0 commit comments