Fix wallabag root url setting for aliases
This commit is contained in:
parent
86346c04dd
commit
12a3fa1e6f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ services:
|
|||
environment:
|
||||
- SYMFONY__ENV__FOSUSER_REGISTRATION=false
|
||||
{% if server_domain is not undefined and not none %}
|
||||
- SYMFONY__ENV__DOMAIN_NAME={{ (wallabag_use_https == True) | ternary('https', 'http') }}://wallabag.{{ server_domain }}
|
||||
- "SYMFONY__ENV__DOMAIN_NAME={{ (wallabag_use_https == True) | ternary('https', 'http') }}://{{ (subdomain_alias is not undefined and not none) | ternary(subdomain_alias, stack_name) }}.{{server_domain}}"
|
||||
{% else %}
|
||||
- SYMFONY__ENV__DOMAIN_NAME={{ (wallabag_use_https == True) | ternary('https', 'http') }}://localhost
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue