Skip to content

Commit

Permalink
docs: remove the conflict between docker steps and docker-compose (#952)
Browse files Browse the repository at this point in the history
* remove the conflict between docker steps and docker-compose

* fixing a link name typo
  • Loading branch information
ykhedher authored Sep 23, 2021
1 parent d08809c commit d7a44d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions websitev2/docs/deploy/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To run multiple replicas of Unleash simply point all instances to the same datab
- username: `admin`
- password: `unleash4all`

### Option one - use Docker {#option-one---use-docker}
### Option 1 - use Docker {#option-one---use-docker}

**Useful links:**

Expand Down Expand Up @@ -60,13 +60,13 @@ docker run -p 4242:4242 \
--network unleash unleashorg/unleash-server
```

#### Docker-compose {#docker-compose}

### Option 2 - use Docker-compose {#option-two---use-docker-compose}
**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.

### Option two - from Node.js {#option-two---from-nodejs}
### Option 3 - from Node.js {#option-three---from-nodejs}

1. Create a new folder/directory on your development computer.
2. From a terminal/bash shell, install the dependencies:
Expand Down
2 changes: 1 addition & 1 deletion websitev2/docs/sdks/unleash-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The Unleash Proxy takes the heavy lifting of evaluating toggles and only returns
However in some settings you would like a bit more logic around it to make it as fast as possible, and keep up to date with changes.

- [JavaScript Proxy SDK](/sdks/proxy-javascript)
- - [Ract Proxy SDK](/sdks/proxy-react)
- - [React Proxy SDK](/sdks/proxy-react)
- [Android Proxy SDK](/sdks/android_proxy_sdk)
- [iOS Proxy SDK](/sdks/proxy-ios)

Expand Down

0 comments on commit d7a44d0

Please sign in to comment.