1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Merge pull request #1213 from Clivern/patch-1

docs: update docker commands to start containers in detached mode
This commit is contained in:
Thomas Heartman 2022-01-03 12:07:50 +01:00 committed by GitHub
commit ea06f49506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,12 @@ The are numbers of ways you can run Unleash.
### 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:
```sh