mirror of https://github.com/milvus-io/milvus.git
Exposes the REST-API port on the standalone docker-compose file (#18603)
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>pull/18615/head
parent
e40061b864
commit
f22fc4f236
|
@ -38,6 +38,7 @@ services:
|
|||
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus
|
||||
ports:
|
||||
- "19530:19530"
|
||||
- "9091:9091"
|
||||
depends_on:
|
||||
- "etcd"
|
||||
- "minio"
|
||||
|
|
Loading…
Reference in New Issue