Browse Source

Merge remote-tracking branch 'upstream/main' into feature/collection-partition-filter

tumao 4 years ago
parent
commit
44c2fe14a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -17,7 +17,7 @@ docker run -p 8000:3000 -e HOST_URL=http://127.0.0.1:8000 -e MILVUS_URL=127.0.0.
 | HOST_URL   | http://127.0.0.1:8000 |   true   |  Docker host url  |
 | MILVUS_URL | 127.0.0.1:19530       |  false   | Milvus server url |
 
-Once you start the docker, open the browser, type `http://127.0.0.1:3000`, you can view the milvus insight.
+Once you start the docker, open the browser, type `http://127.0.0.1:8000`, you can view the milvus insight.
 
 ## ✨ Building and Running Milvus insight, and/or Contributing Code