1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

set postmaster address to a sensible default (#938, #939, #940)

This commit is contained in:
Paul Adams
2018-04-05 18:04:55 +01:00
committed by Johan Smits
parent e1726d544c
commit a564cca0e5
3 changed files with 9 additions and 4 deletions

View File

@ -96,7 +96,7 @@ run:
-e PERMIT_DOCKER=network \
-e DMS_DEBUG=0 \
-e OVERRIDE_HOSTNAME=mail.my-domain.com \
-h mail.my-domain.com \
-h unknown.domain.tld \
-t $(NAME)
sleep 15
docker run -d --name mail_fail2ban \