From 14122c22144b5783770527a14d39f4c44d7dd59f Mon Sep 17 00:00:00 2001 From: maxking Date: Sat, 10 Jun 2017 12:55:00 -0700 Subject: [PATCH] Use up -d instead of start when creating first time. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 697025b..573ad1d 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ $ mkdir -p /opt/mailman/web $ git clone https://github.com/maxking/docker-mailman $ cd docker-mailman # Change some configuration variables as mentioned above. -$ docker-compose start +$ docker-compose up -d ``` This command will do several things, most importantly: