Add suggestion from comment
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
cf7b2dbf7d
commit
0f1c4a128d
|
@ -60,7 +60,7 @@ services:
|
||||||
|
|
||||||
# Pretend this is another mail server that your target recipient belongs to (like Gmail):
|
# Pretend this is another mail server that your target recipient belongs to (like Gmail):
|
||||||
dms-destination:
|
dms-destination:
|
||||||
image: mailserver/docker-mailserver:14.0
|
image: mailserver/docker-mailserver:latest # :14.0
|
||||||
hostname: mail.destination.test
|
hostname: mail.destination.test
|
||||||
# Same workaround for purposes of the example, with the target recipient provisioned to accept mail
|
# Same workaround for purposes of the example, with the target recipient provisioned to accept mail
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue