Skip to content

Commit 0ea4576

Browse files
authored
chore(docs): update readme (#4)
1 parent 60c638d commit 0ea4576

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ This process might take a few minutes. After external IP for hello service is vi
2323
$ curl http://lb-${id}.upcloudlb.com
2424
```
2525

26+
Environment variable `NGINX_PORT` can be used to change port that Nginx listens to.
27+
```sh
28+
$ docker run -e NGINX_PORT=8080 ghcr.io/upcloudltd/hello
29+
```
30+
2631
## Development
2732

2833
Build `hello-container` image with:

0 commit comments

Comments
 (0)