From 5df9d6b01de07389f7b6ed599f9fbf59e5f95cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 15 Nov 2025 20:09:57 +0100 Subject: [PATCH] fix: specify Authelia configuration file path explicitly --- net/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/net/compose.yaml b/net/compose.yaml index 8308f07..739f22e 100644 --- a/net/compose.yaml +++ b/net/compose.yaml @@ -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}