From 03a1b6d92cc81d3747fb683b8dc15c0a046a2123 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Wed, 3 Jul 2024 14:56:41 -0700 Subject: [PATCH] the port number for the new UI is 8080 (#544) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32517a37..9ed9710b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ This quickstart guide will walk you through getting Skyvern up and running on yo ```bash docker compose up -d ``` -3. Navigate to `http://localhost:8501` in your browser to start using the UI +3. Navigate to `http://localhost:8080` in your browser to start using the UI ## Full Setup (Contributors) - Prerequisites