test: mail hostname set to non-existent domain

Don't use a legigimate domain. as this is for testing only, set to null

MR !6
This commit is contained in:
2022-02-17 12:38:04 +09:30
parent 92e4e4b2d5
commit ac706ed28b

View File

@ -83,7 +83,7 @@ services:
restart: unless-stopped
cpus: 2
mem_limit: 512MB
hostname: test.example.org
hostname: test.nodomain.org
volumes:
- mail_store:/srv/mail:rw
- mail_ssl:/certs