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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user