mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
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
This commit is contained in:
commit
65aa93a468
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user