Update goauthentik to v2025.12.1 #20

Merged
Akumatic merged 2 commits from renovate/goauthentik into main 2026-01-23 18:39:54 +00:00
Showing only changes of commit 6b2b315509 - Show all commits

View File

@@ -9,7 +9,7 @@ services:
command: server command: server
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /srv/authentik/media:/media - /srv/authentik/media:/data/media
- /srv/authentik/custom-templates:/templates - /srv/authentik/custom-templates:/templates
#ports: #ports:
# - "${COMPOSE_PORT_HTTP:-7000}:9000" # - "${COMPOSE_PORT_HTTP:-7000}:9000"
@@ -45,7 +45,7 @@ services:
user: authentik user: authentik
volumes: volumes:
#- /var/run/docker.sock:/var/run/docker.sock #- /var/run/docker.sock:/var/run/docker.sock
- /srv/authentik/media:/media - /srv/authentik/media:/data/media
- /srv/authentik/certs:/certs - /srv/authentik/certs:/certs
- /srv/authentik/custom-templates:/templates - /srv/authentik/custom-templates:/templates
networks: networks: