mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
- 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:
parent
74a87f8000
commit
a0f3d888f7
@ -69,6 +69,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
ports:
|
||||
- "19530:19530"
|
||||
- "9091:9091"
|
||||
|
||||
querycoord:
|
||||
container_name: milvus-querycoord
|
||||
|
||||
@ -73,6 +73,7 @@ services:
|
||||
PULSAR_ADDRESS: pulsar://pulsar:6650
|
||||
ports:
|
||||
- "19530:19530"
|
||||
- "9091:9091"
|
||||
|
||||
querycoord:
|
||||
container_name: milvus-querycoord
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user