提交 f05f7b94 编写于 作者: P peng.xu

(mishards): update for tutorial and all_in_one yml

上级 084215b2
...@@ -24,8 +24,9 @@ Milvus 旨在帮助用户实现海量非结构化数据的近似检索和分析 ...@@ -24,8 +24,9 @@ Milvus 旨在帮助用户实现海量非结构化数据的近似检索和分析
**启动** **启动**
``` ```
1. 安装docker-compose 1. 安装docker-compose
2. make deploy #监听19531端口 2. make build
3. make clean_deploy #清理服务 3. make deploy #监听19531端口
4. make clean_deploy #清理服务
``` ```
**打开Jaeger UI** **打开Jaeger UI**
......
...@@ -21,7 +21,7 @@ services: ...@@ -21,7 +21,7 @@ services:
mishards: mishards:
restart: always restart: always
image: registry.zilliz.com/milvus/mishards:v0.0.4 image: milvusdb/mishards
ports: ports:
- "0.0.0.0:19530:19531" - "0.0.0.0:19530:19531"
- "0.0.0.0:19532:19532" - "0.0.0.0:19532:19532"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册