Add detached mode instructions.

This commit is contained in:
Lauri Ojansivu 2017-02-19 11:28:42 +02:00
parent 312c92e67e
commit d78f464b0d
2 changed files with 17 additions and 1 deletions

View file

@ -19,7 +19,13 @@ git clone https://github.com/wekan/wekan-mongodb.git
cd wekan-mongodb
```
3) Write:
3a) Detached mode:
```bash
docker-compose up -d
```
3b) Running attached to console, so Ctrl-c stops it:
```bash
docker-compose up