fix: typo in docker-compose.prod.yml (#107)

MAIL_USERNAME instead of MAIL_USERNAM
This commit is contained in:
Lars Scheibling
2023-04-12 19:29:04 +02:00
committed by GitHub
parent 6faa378577
commit bca3e51fdf

View File

@@ -40,7 +40,7 @@ services:
environment:
# Mail
- MAIL_HOST=${MAIL_HOST}
- MAIL_USERNAME=${MAIL_USERNAM}
- MAIL_USERNAME=${MAIL_USERNAME}
- MAIL_PASSWORD=${MAIL_PASSWORD}
- MAIL_PORT=${MAIL_PORT}
- MAIL_SECURE=${MAIL_SECURE}