From d78f464b0de7568ec93de3c4a6315f12de478b3d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 19 Feb 2017 11:28:42 +0200 Subject: [PATCH] Add detached mode instructions. --- CHANGELOG.md | 10 ++++++++++ README.md | 8 +++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4515376..b75fbc8 100644 --- a/CHANGELOG.md +++ b/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: diff --git a/README.md b/README.md index ac0b022..ea82a89 100644 --- a/README.md +++ b/README.md @@ -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