mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 09:34:33 +02:00
tests: Use mail.example.test
as common container hostname (#2975)
This commit is contained in:
parent
b7bad82e07
commit
304747fad9
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ function common_container_create() {
|
|||
run docker create \
|
||||
--tty \
|
||||
--name "${CONTAINER_NAME}" \
|
||||
--hostname "${TEST_FQDN:-mail.my-domain.com}" \
|
||||
--hostname "${TEST_FQDN:-mail.example.test}" \
|
||||
--volume "${TEST_FILES_VOLUME}" \
|
||||
--volume "${TEST_CONFIG_VOLUME}" \
|
||||
--env ENABLE_AMAVIS=0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue