File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Hello Universe is available as a Docker image.
1616To run Hello Universe issue the following commands:
1717
1818``` shell
19- docker pull ghcr.io/spectrocloud/hello-universe:1.0.6
20- docker run -p 8080:8080 ghcr.io/spectrocloud/hello-universe:1.0.6
19+ docker pull ghcr.io/spectrocloud/hello-universe:1.0.7
20+ docker run -p 8080:8080 ghcr.io/spectrocloud/hello-universe:1.0.7
2121```
2222
2323## Non-Docker
@@ -56,7 +56,7 @@ API_URI=http://localhost:3000
5656If you are using the Docker image then use the ` -e ` flag parameter.
5757
5858``` shell
59- docker run -p 8080:8080 -e API_URI=http://localhost:3000 ghcr.io/spectrocloud/hello-universe:1.0.6
59+ docker run -p 8080:8080 -e API_URI=http://localhost:3000 ghcr.io/spectrocloud/hello-universe:1.0.7
6060```
6161
6262### Reverse Proxy
You can’t perform that action at this time.
0 commit comments