Fixing comment.. I'm tired :-)

This commit is contained in:
Thomas VIAL 2016-12-27 22:56:00 +01:00
parent 2b6eb75edd
commit 4660acbb7e
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 2 additions and 1 deletions

View File

@ -18,12 +18,13 @@ generate-accounts:
run:
ifeq ($(ENABLE_LDAP),1)
# Run ldap
docker run -d --name ldap_for_mail \
-e LDAP_DOMAIN="localhost.localdomain" \
-h mail.my-domain.com -t ldap ;
endif
Run containers
# Run mail container
docker run -d --name mail \
-v "`pwd`/test/config":/tmp/docker-mailserver \
-v "`pwd`/test":/tmp/docker-mailserver-test \