mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 19:34: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
|
@ -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