mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02:00
remove detached option
Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com>
This commit is contained in:
parent
98b47880b2
commit
8263487b7a
@ -138,7 +138,7 @@ docker network create unleash
|
|||||||
2. Start a postgres database:
|
2. Start a postgres database:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d -e POSTGRES_PASSWORD=some_password \
|
docker run -e POSTGRES_PASSWORD=some_password \
|
||||||
-e POSTGRES_USER=unleash_user -e POSTGRES_DB=unleash \
|
-e POSTGRES_USER=unleash_user -e POSTGRES_DB=unleash \
|
||||||
--network unleash --name postgres postgres
|
--network unleash --name postgres postgres
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user