From 50bd571f798c5ae03b0715509e6be29aa281faba Mon Sep 17 00:00:00 2001 From: rebel onion <87634197+rebelonion@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:54:31 -0500 Subject: [PATCH] fix portainer paths --- auth-docker/authentik/compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/auth-docker/authentik/compose.yaml b/auth-docker/authentik/compose.yaml index 5c6d821..702a045 100644 --- a/auth-docker/authentik/compose.yaml +++ b/auth-docker/authentik/compose.yaml @@ -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: