From 7ca2867b43cffc5d9887d5717555ad18d6ba969c Mon Sep 17 00:00:00 2001 From: caroldelwing Date: Wed, 18 Sep 2024 10:04:57 -0400 Subject: [PATCH] Update README.md (#24) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb6561..24485bf 100644 --- a/README.md +++ b/README.md @@ -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