소스 검색

Update README.md

fix wrong address
ryjiang 4 년 전
부모
커밋
4bd00a38fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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