Change hostname of ldap test container to avoid `hostname` command bad behavior

This commit is contained in:
tyranron 2017-01-09 23:16:35 +02:00
parent dfc552ae4c
commit 65385db008
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ run:
sleep 15
docker run -d --name ldap_for_mail \
-e LDAP_DOMAIN="localhost.localdomain" \
-h mail.my-domain.com -t ldap
-h ldap.my-domain.com -t ldap
sleep 15
docker run -d --name mail_with_ldap \
-v "`pwd`/test/config":/tmp/docker-mailserver \