Skip to content

Commit 24fa1e7

Browse files
committed
doc updated
1 parent 529eab7 commit 24fa1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ pip install mlflow
6060
To start the MLflow tracking server locally, use the following command:
6161

6262
```bash
63-
mlflow ui --port 5000
63+
mlflow ui --port 5001
6464
```
6565

66-
This will launch the MLflow UI on your local machine at `http://localhost:5000`.
66+
This will launch the MLflow UI on your local machine at `http://localhost:5001`.
6767

6868
### Alternative Docker approach to the MLflow Tracking Server
6969

0 commit comments

Comments
 (0)