mirror of https://github.com/milvus-io/milvus.git
Bump milvus version to 2.2.10 (#24884)
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>pull/24885/head
parent
4e45e63401
commit
b67ec563d2
|
@ -30,7 +30,7 @@ $ ./minio server /minio
|
|||
To start Milvus standalone, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (We will upload Milvus binary files in the future)
|
||||
|
||||
```shell
|
||||
$ docker run -d --name milvus milvusdb/milvus:v2.2.9 /bin/bash
|
||||
$ docker run -d --name milvus milvusdb/milvus:v2.2.10 /bin/bash
|
||||
$ docker cp milvus:/milvus .
|
||||
```
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ services:
|
|||
|
||||
standalone:
|
||||
container_name: milvus-standalone
|
||||
image: milvusdb/milvus:v2.2.9
|
||||
image: milvusdb/milvus:v2.2.10
|
||||
command: ["milvus", "run", "standalone"]
|
||||
environment:
|
||||
ETCD_ENDPOINTS: etcd:2379
|
||||
|
|
Loading…
Reference in New Issue