Use docker-compose start instead of up to run in bg.

This commit is contained in:
Abhilash Raj
2017-04-07 15:58:53 -07:00
parent 26c384e750
commit 316088f455

View File

@@ -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: