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