Changed to full file paths

This commit is contained in:
2026-01-09 09:27:14 +00:00
parent 8c63eaa434
commit 1acfc76063

View File

@@ -39,8 +39,8 @@ services:
- newt
restart: unless-stopped
volumes:
- ./media:/media
- ./custom-templates:/templates
- /opt/containers/authentik/media:/media
- /opt/containers/authentik/custom-templates:/templates
worker:
command: worker
depends_on:
@@ -57,9 +57,9 @@ services:
user: root
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./media:/media
- ./certs:/certs
- ./custom-templates:/templates
- /opt/containers/authentik/media:/media
- /opt/containers/authentik/certs:/certs
- /opt/containers/authentik/custom-templates:/templates
networks:
- authentik
volumes: