Skip to content

Commit

Permalink
chore(docs): update readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
peknur authored Nov 23, 2023
1 parent 60c638d commit 0ea4576
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ This process might take a few minutes. After external IP for hello service is vi
$ curl http://lb-${id}.upcloudlb.com
```

Environment variable `NGINX_PORT` can be used to change port that Nginx listens to.
```sh
$ docker run -e NGINX_PORT=8080 ghcr.io/upcloudltd/hello
```

## Development

Build `hello-container` image with:
Expand Down

0 comments on commit 0ea4576

Please sign in to comment.