From d494f78d58c3c0d67e2b325a60a45f89f541ce54 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 13 Sep 2026 04:24:47 +0000 Subject: [PATCH] Update Security_Containers/authelia/compose.yaml --- Security_Containers/authelia/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Security_Containers/authelia/compose.yaml b/Security_Containers/authelia/compose.yaml index 142af96..2a06978 100644 --- a/Security_Containers/authelia/compose.yaml +++ b/Security_Containers/authelia/compose.yaml @@ -1,7 +1,7 @@ services: authelia: image: authelia/authelia:latest - container_name: ${SERVICE_NAME} + container_name: authelia restart: unless-stopped networks: - traefik_network @@ -12,7 +12,7 @@ services: - authelia_session_secret - authelia_storage_encryption_key environment: - - TZ=${TZ:-America/Chicago} + - TZ=America/Chicago - AUTHELIA_JWT_SECRET_FILE=/run/secrets/authelia_jwt_secret - AUTHELIA_SESSION_SECRET_FILE=/run/secrets/authelia_session_secret - AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE=/run/secrets/authelia_storage_encryption_key