mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02:00
Merge pull request #1213 from Clivern/patch-1
docs: update docker commands to start containers in detached mode
This commit is contained in:
commit
ea06f49506
@ -129,7 +129,12 @@ The are numbers of ways you can run Unleash.
|
|||||||
|
|
||||||
### Run from Docker
|
### Run from Docker
|
||||||
|
|
||||||
1. Create a network by running docker network create unleash
|
1. Create a network by running the following command:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker network create unleash
|
||||||
|
```
|
||||||
|
|
||||||
2. Start a postgres database:
|
2. Start a postgres database:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user