Update milvus-standalone version and expose required ports for the container. (#7709)

Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
winsonwhe 2024-09-06 12:01:59 +08:00 committed by GitHub
parent 3230f4a0ec
commit 1a054ac1f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -544,6 +544,9 @@ services:
depends_on:
- "etcd"
- "minio"
ports:
- "19530:19530"
- "9091:9091"
networks:
- milvus