You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -p 8080:8080 ghcr.io/spectrocloud/hello-universe:1.0.6
21
21
```
22
22
23
23
## Non-Docker
@@ -54,7 +54,7 @@ API_URI=http://localhost:3000
54
54
If you are using the Docker image then use the `-e` flag parameter.
55
55
56
56
```shell
57
-
docker run -p 8080:8080 -e API_URI=http://localhost:3000 ghcr.io/spectrocloud/hello-universe:1.0.5
57
+
docker run -p 8080:8080 -e API_URI=http://localhost:3000 ghcr.io/spectrocloud/hello-universe:1.0.6
58
58
```
59
59
60
60
### Reverse Proxy
@@ -63,7 +63,7 @@ A Docker container with a reverse proxy for `http://0.0.0.0:3000` is available.
63
63
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`.**
64
64
65
65
```shell
66
-
docker run -p 8080:8080 -p 3000:3000 -e API_URI="http://myprivate.api.address.example:3000" ghcr.io/spectrocloud/hello-universe:1.0.5-proxy
66
+
docker run -p 8080:8080 -p 3000:3000 -e API_URI="http://myprivate.api.address.example:3000" ghcr.io/spectrocloud/hello-universe:1.0.6-proxy
0 commit comments