From 1df0a6da9cc09c98350d1dc1adb9aee7365ce1ca Mon Sep 17 00:00:00 2001 From: Assem Hafez <137278762+Assem-Uber@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:41:08 +0100 Subject: [PATCH] Update README.md What changed? The web port in the readme is changed from `8080` to `8088 Why? The web port in docker files is `8088` which needs to be reflected correctly in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45828622605..e3efca0da15 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Try out the sample recipes for [Go](https://github.com/cadence-workflow/cadence- 3. Visit UI -Visit http://localhost:8080 to check workflow histories and detailed traces. +Visit http://localhost:8088 to check workflow histories and detailed traces. ### Client Libraries