Skip to content

Commit fc7bced

Browse files
docs: updated readme
1 parent 0d06718 commit fc7bced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Hello Universe is available as a Docker image.
1616
To 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
5656
If 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

0 commit comments

Comments
 (0)