Merge commit 'febd250'

This commit is contained in:
decentral1se
2021-06-02 11:23:10 +02:00

View File

@ -7,7 +7,7 @@ services:
- smtp_password
environment:
- SMTP_HOST=${SMTP_HOST}
- SMTP_PORT=${SMTP_PORT:25}
- SMTP_PORT=${SMTP_PORT:-25}
- SMTP_AUTH=${SMTP_AUTH}
- SMTP_TLS=${SMTP_TLS}
- MAIL_FROM=${MAIL_FROM}