Browse Source

Merge pull request #205 from hrbhot/main

[Fix] docker example path format error
ryjiang 3 years ago
parent
commit
72203c2b24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ Ensure you have Milvus installed on [your server](https://milvus.io/docs/install
 ### ⭐️ Start a Milvus insight instance
 ### ⭐️ Start a Milvus insight instance
 
 
 ```code
 ```code
-docker run -p 8000:3000 -e HOST_URL=192.168.0.1:8000 -e MILVUS_URL=192.168.0.1:19530 milvusdb/milvus-insight:latest
+docker run -p 8000:3000 -e HOST_URL=http://192.168.0.1:8000 -e MILVUS_URL=192.168.0.1:19530 milvusdb/milvus-insight:latest
 ```
 ```
 
 
 Once you start the docker, open the browser, type `http://192.168.0.1:8000`, you can view the Milvus insight.
 Once you start the docker, open the browser, type `http://192.168.0.1:8000`, you can view the Milvus insight.