Skip to content

Commit

Permalink
Update README.md (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing authored Sep 18, 2024
1 parent f0d64d4 commit 7ca2867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ A Docker container with a reverse proxy is available. The reverse proxy is usefu
hello universe application into a Kubernetes cluster or similar architectures and need the UI to route requests internal to the hosting platform. An example of such behavior is needing to to reach a private API inside the Kubernetes cluster. **The reverse proxy expects the API to be listening on port `3000`.**

```shell
docker run -p 8080:8080 -p 3000:3000 -e SVC_URI="http://myprivate.api.address.example:3000" -e API_URI="http://myloadbalancer.example:3000" ghcr.io/spectrocloud/hello-universe:1.1.0-proxy
docker run -p 8080:8080 -p 3000:3000 -e SVC_URI="http://myprivate.api.address.example:3000" -e API_URI="http://myloadbalancer.example:3000" ghcr.io/spectrocloud/hello-universe:1.2.0-proxy
```

#### Reverse Proxy Environment Variables
Expand Down

0 comments on commit 7ca2867

Please sign in to comment.