Merge pull request #687 from malteriechmann/patch-1
Run containers in the background using detached mode
This commit is contained in:
commit
746f1029a8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Install Docker.
|
|||
Run:
|
||||
|
||||
```
|
||||
docker-compose up
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
The environment will start.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue