1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02:00

remove detached option

Co-authored-by: Thomas Heartman <thomasheartman+github@gmail.com>
This commit is contained in:
Ahmed 2022-01-03 10:55:56 +01:00 committed by GitHub
parent 98b47880b2
commit 8263487b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ docker network create unleash
2. Start a postgres database:
```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 \
--network unleash --name postgres postgres
```