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

@ -1,3 +1,13 @@
# v0.2 2017-02-19
This release adds following new documentation:
* Added Docker Compose option to run as detached
to readme.
Thanks to GitHub user stephenmoloney for his
contributions.
# v0.1 2017-02-13
This release adds following new features:

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