mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-28 00:17:12 +01:00
docs: update old docker compose instructions (#3043)
## What This change updates the docker compose instructions to match what is currently in the Unleash/unleash repo itself. ## Why Because the old version was out of date.
This commit is contained in:
parent
c83f5cc432
commit
a7cb20c42b
@ -63,9 +63,8 @@ docker run -p 4242:4242 \
|
||||
|
||||
**Steps:**
|
||||
|
||||
1. Clone the [unleash-docker](https://github.com/Unleash/unleash-docker) repository.
|
||||
2. Run `docker-compose build` in repository root folder.
|
||||
3. Run `docker-compose up` in repository root folder.
|
||||
1. Clone the [Unleash repository](https://github.com/Unleash/unleash-docker).
|
||||
2. Run `docker compose up -d` in repository root folder.
|
||||
|
||||
### Option 3 - from Node.js {#option-three---from-nodejs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user