SMTP_HOST défini si docker_nextcloud_smtp_host défini
This commit is contained in:
parent
627cea68e6
commit
83f1562fe1
1 changed files with 2 additions and 0 deletions
|
@ -30,7 +30,9 @@ services:
|
|||
- POSTGRES_DB={{ docker_nextcloud_db }}
|
||||
- POSTGRES_USER={{ docker_nextcloud_db_user }}
|
||||
- POSTGRES_PASSWORD={{ docker_nextcloud_db_password }}
|
||||
{% if docker_nextcloud_smtp_host is defined %}
|
||||
- SMTP_HOST={{ docker_nextcloud_smtp_host }}
|
||||
{% endif %}
|
||||
- OVERWRITEPROTOCOL=https
|
||||
- OVERWRITECLIURL=https://{{ docker_nextcloud_fqdn }}
|
||||
{% if docker_nextcloud_trusted_proxies is defined %}
|
||||
|
|
Loading…
Reference in a new issue