Skip to content

Commit

Permalink
Remove explicit proxy tag from install samples
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Aug 8, 2024
1 parent 30df450 commit 07665cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/advanced/proxy/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The docker image is available on DockerHub. You can run the image either as a st

Pull the docker image:
```shell
docker pull configcat/proxy:1.0.0
docker pull configcat/proxy
```

Run the ConfigCat Proxy:
Expand All @@ -77,7 +77,7 @@ docker run -d --name configcat-proxy \
```yaml title="docker-compose.yml"
services:
configcat_proxy:
image: configcat/proxy:1.0.0
image: configcat/proxy
environment:
- CONFIGCAT_SDKS={"<sdk-identifier>":"<your-sdk-key>"}
ports:
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-V1/advanced/proxy/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The docker image is available on DockerHub. You can run the image either as a st

Pull the docker image:
```shell
docker pull configcat/proxy:1.0.0
docker pull configcat/proxy
```

Run the ConfigCat Proxy:
Expand All @@ -77,7 +77,7 @@ docker run -d --name configcat-proxy \
```yaml title="docker-compose.yml"
services:
configcat_proxy:
image: configcat/proxy:1.0.0
image: configcat/proxy
environment:
- CONFIGCAT_SDKS={"<sdk-identifier>":"<your-sdk-key>"}
ports:
Expand Down

0 comments on commit 07665cf

Please sign in to comment.