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: