From 1c09958aa73a6356a10796f0b71a3da846e2b9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Hochg=C3=BCrtel?= Date: Mon, 7 Aug 2023 13:51:00 +0200 Subject: [PATCH] Update README.md Chaneg port after switch to nginx web server as static web sever. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 774be8d..da3a257 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ services: webapp: image: docker.io/tobiashochguertel/th-helm-playground-frontend:latest ports: - - '4173:4173' + - '4173:80' environment: - BACKEND_PORT=3001 - BACKEND_HOSTNAME=backend