Storage mount changes for 2025.12

With 2025.12, authentik expects /media at /data/media
This commit was merged in pull request #20.
This commit is contained in:
2026-01-23 18:38:16 +00:00
parent 61c2b6c265
commit 6b2b315509

View File

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