From b00c9153303dcd7d232043243cdc3a378324125c Mon Sep 17 00:00:00 2001 From: Artem Vasiliev <artem.job@gmail.com> Date: Mon, 11 Dec 2017 01:09:58 +0300 Subject: [PATCH] chore(docker): let's use detached mode looks more convenient --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f281c5..8baaadb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Alternatively if you are using Yeoman you can install it using its generator as ## 2 - Using Docker * Build the Docker Compose: ``` -docker-compose up --build +docker-compose up -d --build ``` If it complains like "ERROR: The Docker Engine version is less than the minimum required by Compose. Your current project requires a Docker Engine of version 1.13.0 or greater." -- GitLab