Update authentik and fix tandoor typo

This commit is contained in:
Tobias Reisinger 2023-03-24 19:37:09 +01:00
parent 843dadf285
commit b22698a79b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ version: '3.2'
services:
server:
image: goauthentik.io/server:2022.11
image: ghcr.io/goauthentik/server:2023.3
restart: unless-stopped
command: server
volumes:
@ -20,7 +20,7 @@ services:
- authentik
worker:
image: goauthentik.io/server:2022.11
image: ghcr.io/goauthentik/server:2023.3
restart: unless-stopped
command: worker
user: root