the port number for the new UI is 8080 (#544)

This commit is contained in:
Shuchang Zheng
2024-07-03 14:56:41 -07:00
committed by GitHub
parent 4a9b89f54f
commit 03a1b6d92c

View File

@@ -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