fix: specify Authelia configuration file path explicitly
This commit is contained in:
@@ -270,6 +270,7 @@ services:
|
||||
image: ${NET_AUTHELIA_IMAGE:-authelia/authelia:latest}
|
||||
container_name: ${NET_COMPOSE_PROJECT_NAME}_authelia
|
||||
restart: unless-stopped
|
||||
command: --config /etc/authelia/configuration.yml
|
||||
environment:
|
||||
TZ: ${TIMEZONE:-Europe/Berlin}
|
||||
AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET: ${AUTHELIA_JWT_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user