mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci] Add sleep time to wait container healthy (#8518)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
162e7cc228
commit
0a16f5d5f5
@ -187,6 +187,7 @@ fi
|
||||
cat docker-compose.yml|grep milvusdb
|
||||
docker-compose up -d
|
||||
check_healthy
|
||||
sleep 60s # Todo use `curl http://localhost:9091/healthz` to check health
|
||||
docker-compose ps
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user