From da341e56b1c493ae0976ec23a3852b01114091c1 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Tue, 10 Jan 2023 15:46:32 +0100 Subject: [PATCH] Hardcode authelia config --- authentication.docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index b56dfbf..e02f951 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -3,7 +3,7 @@ name: authentication services: authelia: image: authelia/authelia - command: --config /etc/authelia/ + command: --config /etc/authelia/configuration.yml,/etc/authelia/access.yml,/etc/authelia/authentication.yml environment: NASCOMPOSE_TRAEFIK_DOMAINS: ${NASCOMPOSE_TRAEFIK_DOMAINS?} AUTHELIA_DEFAULT_REDIRECTION_URL: "" #Heimdall