Compare commits

..

1 Commits

Author SHA1 Message Date
Simon 361a06f321 fix(Nextcloud): Add variable to configure SMTP 2023-05-10 22:01:21 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
&smtp-configuration
SMTP_HOST: ${NC_mail_smtphost:?err}
SMTP_SECURE: ${NC_mail_smtpsecure:-ssl}
SMTP_PORT: ${SMTP_PORT:-465}
SMTP_AUTHTYPE: ${NC_mail_smtpauthtype:-LOGIN}
SMTP_NAME: ${NC_mail_smtpname:?err}
SMTP_PASSWORD: ${NC_mail_smtppassword:?err}