apps/authentik/docker-compose.yml aktualisiert
Some checks failed
Readme Generator / generate-readme-file (push) Has been cancelled

2024.6.4
This commit is contained in:
tipi 2024-09-02 14:02:27 +00:00
parent ef2ffdd170
commit 7429d4f52c

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
authentik:
image: ghcr.io/goauthentik/server:2024.6.0
image: ghcr.io/goauthentik/server:2024.6.4
restart: unless-stopped
command: server
container_name: authentik
@ -49,7 +49,7 @@ services:
traefik.http.routers.authentik-local.service: authentik
traefik.http.routers.authentik-local.tls: true
authentik-worker:
image: ghcr.io/goauthentik/server:2024.6.0
image: ghcr.io/goauthentik/server:2024.6.4
restart: unless-stopped
command: worker
container_name: authentik-worker