mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 11:24:00 +02:00
Add detached mode instructions.
This commit is contained in:
parent
312c92e67e
commit
d78f464b0d
2 changed files with 17 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue