From ef2759c6c629a49c909b2f56ecd2f9d5dbdf665c Mon Sep 17 00:00:00 2001 From: Kyle Ondy Date: Thu, 21 Apr 2016 09:29:57 -0400 Subject: [PATCH] Convert tab to spaces in the readme Call me petty, but things like this bother me more than they should. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad30880..22a1e299 100644 --- a/README.md +++ b/README.md @@ -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 # start the container - docker-compose up -d mail + docker-compose up -d mail You're done!