Fixes #18613 [Enhancement]: Expose REST-API port in docker-compose file for cluster (#18616)

- add the restapi port 9091 to the list of exposed ports in the docker-compose file

Signed-off-by: Jonas Hahn <jonas.hahn@ecodia.de>

Signed-off-by: Jonas Hahn <jonas.hahn@ecodia.de>
Co-authored-by: Jonas Hahn <jonas.hahn@ecodia.de>
This commit is contained in:
datenhahn 2022-08-12 13:18:49 +02:00 committed by GitHub
parent 74a87f8000
commit a0f3d888f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ services:
PULSAR_ADDRESS: pulsar://pulsar:6650
ports:
- "19530:19530"
- "9091:9091"
querycoord:
container_name: milvus-querycoord

View File

@ -73,6 +73,7 @@ services:
PULSAR_ADDRESS: pulsar://pulsar:6650
ports:
- "19530:19530"
- "9091:9091"
querycoord:
container_name: milvus-querycoord