Browse Source

Update README.md

ryjiang 3 years ago
parent
commit
c7fd577eae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

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