From e4a6eefb0cca78ea029b097853cd95a83fbab9c9 Mon Sep 17 00:00:00 2001 From: Pekka Nurmi Date: Thu, 23 Nov 2023 14:31:22 +0200 Subject: [PATCH] chore(docs): update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7f1e281..28f36b6 100644 --- a/README.md +++ b/README.md @@ -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: