Merge pull request #46 from maxking/docs

Use up -d instead of start when creating first time.
This commit is contained in:
Abhilash Raj
2017-06-10 13:06:33 -07:00
committed by GitHub

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: