From 3b1ed02aa2397ab1edf3bb0a1ca26d0d395eae97 Mon Sep 17 00:00:00 2001 From: Nikholas Pcenicni Date: Sat, 31 Jan 2026 03:06:05 +0000 Subject: [PATCH] Update komodo/auth/Authentik/compose.yaml --- komodo/auth/Authentik/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komodo/auth/Authentik/compose.yaml b/komodo/auth/Authentik/compose.yaml index c61f3b8..5a8219c 100644 --- a/komodo/auth/Authentik/compose.yaml +++ b/komodo/auth/Authentik/compose.yaml @@ -47,7 +47,7 @@ services: AUTHENTIK_EMAIL__TIMEOUT: ${AUTHENTIK_EMAIL__TIMEOUT} AUTHENTIK_EMAIL__FROM: ${AUTHENTIK_EMAIL__FROM} volumes: - - media:/media + - media:/data/media - custom-templates:/templates ports: - "${COMPOSE_PORT_HTTP:-9000}:9000" @@ -86,7 +86,7 @@ services: user: root volumes: - /var/run/docker.sock:/var/run/docker.sock - - media:/media + - media:/data/media - certs:/certs - custom-templates:/templates depends_on: