Fixed documentation when using docker to help on #13

This commit is contained in:
Thomas VIAL 2015-08-17 20:45:49 +02:00
parent dd4f90e66e
commit 09c8166a24

View file

@ -33,7 +33,7 @@ Additional informations:
## run
docker run -p "25:25" -p "143:143" -p "587:587" -p "993:993" -e docker_mail_domain=my-domain.com -t tvial/docker-mailserver
docker run -v "$(pwd)/postfix":/tmp/postfix -v "$(pwd)/spamassassin":/tmp/spamassassin -p "25:25" -p "143:143" -p "587:587" -p "993:993" -e docker_mail_domain=my-domain.com -t tvial/docker-mailserver
## docker-compose template (recommended)