提交 65aa93a4 编写于 作者: P peng.xu

Merge branch 'branch-0.5.0-yk' into '0.5.0'

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

See merge request megasearch/milvus!750

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