Fix SMTP_PORT, and container startup

This commit is contained in:
2022-03-31 12:14:25 +02:00
parent dcb3b410ff
commit 76b698bc30
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
entrypoint: /docker-entrypoint.mailrelay.sh
environment:
- SMTP_HOST=${SMTP_HOST}
- SMTP_PORT=${SMTP_PORT}
- SMTP_PORT=${SMTP_PORT:-25}
- MAIL_FROM=${MAIL_FROM}
configs:
- source: mstmp_conf