Skip to content

Commit

Permalink
docker: Revert authentik image version to 2023.1.2
Browse files Browse the repository at this point in the history
There is a regression in the newer version:
goauthentik/authentik#5920
Other versions would also work
but this is the one already tested on the keycloak-vm.
  • Loading branch information
Nils Kattenbeck committed Jun 11, 2023
1 parent 0f2a901 commit 2bc052e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions related/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
volumes:
- redis:/data
server:
image: ghcr.io/goauthentik/server:2023.5.3
image: ghcr.io/goauthentik/server:2023.1.2
command: server
environment: *authentik-envs-anchor
# volumes:
Expand All @@ -90,7 +90,7 @@ services:
- 127.0.0.1:9080:9000
- 127.0.0.1:9443:9443
worker:
image: ghcr.io/goauthentik/server:2023.5.3
image: ghcr.io/goauthentik/server:2023.1.2
command: worker
environment: *authentik-envs-anchor
volumes:
Expand Down

0 comments on commit 2bc052e

Please sign in to comment.