Fixed spaces

This commit is contained in:
Thomas VIAL 2016-12-27 23:30:56 +01:00
parent 53432d0c3c
commit c5f7e92f95
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 13 additions and 13 deletions

View File

@ -21,7 +21,7 @@ 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 ;
-h mail.my-domain.com -t ldap
endif
# Run mail container
@ -29,7 +29,7 @@ endif
-v "`pwd`/test/config":/tmp/docker-mailserver \
-v "`pwd`/test":/tmp/docker-mailserver-test \
-v "`pwd`/test/onedir":/var/mail-state \
-e ENABLE_CLAMAV=$(ENABLE_CLAMAV) \
-e ENABLE_CLAMAV="$(ENABLE_CLAMAV)" \
-e ENABLE_SPAMASSASSIN="$(ENABLE_SPAMASSASSIN)" \
-e ENABLE_POP3="$(ENABLE_POP3)" \
-e ENABLE_FAIL2BAN="$(ENABLE_FAIL2BAN)" \