doc: change milvus docker image version to 2.3.12 (#31336)

Signed-off-by: ping.liu <ping.liu@zilliz.com>
pull/31363/head
pingliu 2024-03-18 14:19:05 +08:00 committed by GitHub
parent c4ace0f9d2
commit 26539a1b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -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
}