fix portainer paths

This commit is contained in:
rebel onion 2025-06-14 14:54:31 -05:00
parent ed1707a507
commit 50bd571f79

View file

@ -42,8 +42,8 @@ services:
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
volumes:
- ./media:/media
- ./custom-templates:/templates
- /root/authentik/media:/media
- /root/authentik/custom-templates:/templates
env_file:
- .env
ports:
@ -71,9 +71,9 @@ services:
user: root
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./media:/media
- ./certs:/certs
- ./custom-templates:/templates
- /root/authentik/media:/media
- /root/authentik/certs:/certs
- /root/authentik/custom-templates:/templates
env_file:
- .env
depends_on: