mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(authelia): use the TEMPLATE_AUTHELIA_SUBDOMAIN env var in the template config
This commit is contained in:
@@ -840,7 +840,7 @@ session:
|
||||
## - The above 'domain' option MUST either:
|
||||
## - Match the host portion of this URI.
|
||||
## - Match the suffix of the host portion when prefixed with '.'.
|
||||
authelia_url: 'https://auth.{{ env "TEMPLATE_DOMAIN" }}'
|
||||
authelia_url: 'https://{{ env "TEMPLATE_AUTHELIA_SUBDOMAIN" }}.{{ env "TEMPLATE_DOMAIN" }}'
|
||||
|
||||
## Optional. The fully qualified URI used as the redirection location if the portal is accessed directly. Not
|
||||
## configuring this option disables the automatic redirection behaviour.
|
||||
|
||||
Reference in New Issue
Block a user