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

remove detached option

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

View File

@ -146,7 +146,7 @@ docker run -e POSTGRES_PASSWORD=some_password \
3. Start Unleash via docker: 3. Start Unleash via docker:
```sh ```sh
docker run -d -p 4242:4242 \ docker run -p 4242:4242 \
-e DATABASE_HOST=postgres -e DATABASE_NAME=unleash \ -e DATABASE_HOST=postgres -e DATABASE_NAME=unleash \
-e DATABASE_USERNAME=unleash_user -e DATABASE_PASSWORD=some_password \ -e DATABASE_USERNAME=unleash_user -e DATABASE_PASSWORD=some_password \
-e DATABASE_SSL=false \ -e DATABASE_SSL=false \