mirror of https://github.com/milvus-io/milvus.git
[skip ci] Bumped milvus image verison to 2.0.0-rc.2 (#6485)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/6377/head^2
parent
d896e3119e
commit
32d6ae053b
|
@ -38,7 +38,7 @@ services:
|
|||
|
||||
rootcoord:
|
||||
container_name: milvus-rootcoord
|
||||
image: milvusdb/milvus:v2.0.0-rc1-20210628-b87baa1
|
||||
image: milvusdb/milvus:v2.0.0-rc2-20210712-a8e5fd2
|
||||
command: ["milvus", "run", "rootcoord"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
|
|
|
@ -26,7 +26,7 @@ services:
|
|||
|
||||
standalone:
|
||||
container_name: milvus-standalone
|
||||
image: milvusdb/milvus:v2.0.0-rc1-20210628-b87baa1
|
||||
image: milvusdb/milvus:v2.0.0-rc2-20210712-a8e5fd2
|
||||
command: ["milvus", "run", "standalone"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
|
|
Loading…
Reference in New Issue