From 316088f4555ddd00661fe96a16c63edf563d2ef2 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Fri, 7 Apr 2017 15:58:53 -0700 Subject: [PATCH] Use docker-compose start instead of up to run in bg. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35649d9..fb12050 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,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 up +$ docker-compose start ``` This command will do several things, most importantly: