提交 03adffe2 编写于 作者: Y Yu Kun

[BUG] Change milvus_server docker image to latest in docker-compose-monitor.yml


Former-commit-id: be24b770839a3536a83ead9615ce16c1abbc3488
上级 102ec91f
......@@ -42,15 +42,15 @@ services:
milvus_server:
runtime: nvidia
image: registry.zilliz.com/milvus/engine:branch-0.4.0-release
image: milvusdb/milvus:latest
restart: always
links:
- prometheus
environment:
WEB_APP: host.docker.internal
volumes:
- ../cpp/conf/server_config.yaml:/opt/milvus/conf/server_config.yaml
- ../cpp/conf/log_config.conf:/opt/milvus/conf/log_config.conf
- ../core/conf/server_config.yaml:/opt/milvus/conf/server_config.yaml
- ../core/conf/log_config.conf:/opt/milvus/conf/log_config.conf
ports:
- "8080:8080"
- "19530:19530"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册