Use up -d instead of start when creating first time.

This commit is contained in:
maxking
2017-06-10 12:55:00 -07:00
parent 43015fb950
commit 14122c2214

View File

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