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:
parent
8263487b7a
commit
391fc84543
@ -146,7 +146,7 @@ docker run -e POSTGRES_PASSWORD=some_password \
|
||||
3. Start Unleash via docker:
|
||||
|
||||
```sh
|
||||
docker run -d -p 4242:4242 \
|
||||
docker run -p 4242:4242 \
|
||||
-e DATABASE_HOST=postgres -e DATABASE_NAME=unleash \
|
||||
-e DATABASE_USERNAME=unleash_user -e DATABASE_PASSWORD=some_password \
|
||||
-e DATABASE_SSL=false \
|
||||
|
Loading…
Reference in New Issue
Block a user