From df20804fc6fdcf3a9416a13678486fef585f9724 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Tue, 10 Jan 2023 15:44:12 +0100 Subject: [PATCH] Override defalt authelia command --- 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 6483fb9..b56dfbf 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -3,11 +3,11 @@ name: authentication services: authelia: image: authelia/authelia + command: --config /etc/authelia/ environment: NASCOMPOSE_TRAEFIK_DOMAINS: ${NASCOMPOSE_TRAEFIK_DOMAINS?} AUTHELIA_DEFAULT_REDIRECTION_URL: "" #Heimdall AUTHELIA_JWT_SECRET_FILE: /run/secrets/jwt_secret - X_AUTHELIA_CONFIG: /etc/authelia/configuration.yml,/etc/authelia/access.yml,/etc/authelia/authentication.yml networks: - traefik volumes: