Update Security_Containers/authelia/compose.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user