From bc819380fba2cfcfb39776bac1299e49f0aa7da0 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 13 Sep 2026 04:42:11 +0000 Subject: [PATCH] Update Security_Containers/authelia/compose.yaml --- Security_Containers/authelia/compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Security_Containers/authelia/compose.yaml b/Security_Containers/authelia/compose.yaml index 9a92a8e..c076ac1 100644 --- a/Security_Containers/authelia/compose.yaml +++ b/Security_Containers/authelia/compose.yaml @@ -6,7 +6,8 @@ services: networks: - traefik_network volumes: - - ./config.yaml:/config + - /srv/docker/authelia/config:/config + - ./config.yaml:/config/configuration.yml:ro secrets: - authelia_jwt_secret - authelia_session_secret