mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add sleep time to wait container healthy (#8518)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/8491/head
parent
162e7cc228
commit
0a16f5d5f5
|
@ -187,6 +187,7 @@ fi
|
||||||
cat docker-compose.yml|grep milvusdb
|
cat docker-compose.yml|grep milvusdb
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
check_healthy
|
check_healthy
|
||||||
|
sleep 60s # Todo use `curl http://localhost:9091/healthz` to check health
|
||||||
docker-compose ps
|
docker-compose ps
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue