mirror of
https://gitee.com/open-visual/face-search.git
synced 2025-06-10 19:19:56 +08:00
update:升级milvus版本
This commit is contained in:
parent
f57f7710e8
commit
6d20773815
@ -14,6 +14,8 @@ services:
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes-face-search/mysql:/var/lib/mysql
|
||||
ports:
|
||||
- "43306:3306"
|
||||
restart: always
|
||||
|
||||
visual-etcd:
|
||||
@ -53,8 +55,8 @@ services:
|
||||
MINIO_ADDRESS: visual-minio:9000
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes-face-search/milvus:/var/lib/milvus
|
||||
# ports:
|
||||
# - "19530:19530"
|
||||
ports:
|
||||
- "19530:19530"
|
||||
depends_on:
|
||||
- "visual-etcd"
|
||||
- "visual-minio"
|
||||
|
Loading…
x
Reference in New Issue
Block a user