mirror of https://github.com/milvus-io/milvus.git
doc: change milvus docker image version to 2.3.12 (#31336)
Signed-off-by: ping.liu <ping.liu@zilliz.com>pull/31363/head
parent
c4ace0f9d2
commit
26539a1b6d
|
@ -20,6 +20,9 @@ run_embed() {
|
|||
cat << EOF > embedEtcd.yaml
|
||||
listen-client-urls: http://0.0.0.0:2379
|
||||
advertise-client-urls: http://0.0.0.0:2379
|
||||
quota-backend-bytes: 4294967296
|
||||
auto-compaction-mode: revision
|
||||
auto-compaction-retention: '1000'
|
||||
EOF
|
||||
|
||||
sudo docker run -d \
|
||||
|
@ -39,7 +42,7 @@ EOF
|
|||
--health-start-period=90s \
|
||||
--health-timeout=20s \
|
||||
--health-retries=3 \
|
||||
milvusdb/milvus:v2.3.9 \
|
||||
milvusdb/milvus:v2.3.12 \
|
||||
milvus run standalone 1> /dev/null
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue