We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c638d commit 0ea4576Copy full SHA for 0ea4576
README.md
@@ -23,6 +23,11 @@ This process might take a few minutes. After external IP for hello service is vi
23
$ curl http://lb-${id}.upcloudlb.com
24
```
25
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
+
31
## Development
32
33
Build `hello-container` image with:
0 commit comments