未验证 提交 8123dcdb 编写于 作者: B Bennu 提交者: GitHub

Bump milvus version to 2.2.13 (#26233)

Signed-off-by: NBennu-Li <yunmei.li@zilliz.com>
上级 f31d4fb1
......@@ -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.12 /bin/bash
$ docker run -d --name milvus milvusdb/milvus:v2.2.13 /bin/bash
$ docker cp milvus:/milvus .
```
......
......@@ -30,7 +30,7 @@ services:
standalone:
container_name: milvus-standalone
image: milvusdb/milvus:v2.2.12
image: milvusdb/milvus:v2.2.13
command: ["milvus", "run", "standalone"]
environment:
ETCD_ENDPOINTS: etcd:2379
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册