1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-09 23:07:35 +02:00

Merge pull request #148 from KyleOndy/v2-Readme-Formatting

V2 readme formatting
This commit is contained in:
Thomas VIAL
2016-04-21 17:13:55 +02:00

View File

@@ -66,7 +66,7 @@ Before you open an issue, please have a look this `README`, the [FAQ](https://gi
/bin/sh -c 'echo "$MAIL_USER|$(doveadm pw -s CRAM-MD5 -u $MAIL_USER -p $MAIL_PASS)"' >> config/postfix-accounts.cf /bin/sh -c 'echo "$MAIL_USER|$(doveadm pw -s CRAM-MD5 -u $MAIL_USER -p $MAIL_PASS)"' >> config/postfix-accounts.cf
# start the container # start the container
docker-compose up -d mail docker-compose up -d mail
You're done! You're done!