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

Former-commit-id: be24b770839a3536a83ead9615ce16c1abbc3488
pull/191/head
Yu Kun 2019-10-16 10:29:16 +08:00
parent 102ec91fb4
commit 03adffe26f
1 changed files with 3 additions and 3 deletions

View File

@ -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"