Various un-breaking

This commit is contained in:
3wc
2020-10-24 20:13:56 +02:00
parent 0ac4c51b3b
commit 21babc7bca
4 changed files with 8 additions and 10 deletions
-6
View File
@@ -7,8 +7,6 @@ services:
environment:
- SMTP_HOST=${SMTP_HOST}
- MAIL_FROM=${MAIL_FROM}
networks:
- mail
configs:
- source: mstmp_conf
target: /etc/msmtprc
@@ -16,10 +14,6 @@ services:
target: /docker-entrypoint.mailrelay.sh
mode: 0555
networks:
mail:
external: true
configs:
mstmp_conf:
name: ${STACK_NAME}_mstmp_conf_${MSMTP_CONF_VERSION}