From 8b25504ccfd3d49cd0040a55445bb2d6925c400f Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 13 Sep 2026 04:37:53 +0000 Subject: [PATCH] Update Security_Containers/authelia/compose.yaml --- Security_Containers/authelia/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security_Containers/authelia/compose.yaml b/Security_Containers/authelia/compose.yaml index 55a9bd4..9a92a8e 100644 --- a/Security_Containers/authelia/compose.yaml +++ b/Security_Containers/authelia/compose.yaml @@ -6,7 +6,7 @@ services: networks: - traefik_network volumes: - - ./config.yaml/config + - ./config.yaml:/config secrets: - authelia_jwt_secret - authelia_session_secret