Browse Source

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>
winsonwhe 7 months ago
parent
commit
1a054ac1f4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docker/docker-compose.yaml

+ 3 - 0
docker/docker-compose.yaml

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