Update Security_Containers/authelia/compose.yaml

This commit is contained in:
2026-09-13 04:24:47 +00:00
parent 53d6abd078
commit d494f78d58
+2 -2
View File
@@ -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