feat(Nextcloud): Update default value of SMTP
This commit is contained in:
parent
16a583e326
commit
ec039c4474
|
@ -5,8 +5,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
&smtp-configuration
|
&smtp-configuration
|
||||||
SMTP_HOST: ${SMTP_HOST:?err}
|
SMTP_HOST: ${SMTP_HOST:?err}
|
||||||
SMTP_SECURE: ${SMTP_SECURE:-ssl}
|
SMTP_SECURE: ${SMTP_SECURE:-}
|
||||||
SMTP_PORT: ${SMTP_PORT:-465}
|
SMTP_PORT: ${SMTP_PORT:-587}
|
||||||
SMTP_AUTHTYPE: ${SMTP_AUTHTYPE:-LOGIN}
|
SMTP_AUTHTYPE: ${SMTP_AUTHTYPE:-LOGIN}
|
||||||
SMTP_NAME: ${SMTP_NAME:?err}
|
SMTP_NAME: ${SMTP_NAME:?err}
|
||||||
SMTP_PASSWORD: ${SMTP_PASSWORD:?err}
|
SMTP_PASSWORD: ${SMTP_PASSWORD:?err}
|
||||||
|
|
Loading…
Reference in New Issue