mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
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>
This commit is contained in:
parent
e40061b864
commit
f22fc4f236
@ -38,6 +38,7 @@ services:
|
|||||||
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus
|
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus
|
||||||
ports:
|
ports:
|
||||||
- "19530:19530"
|
- "19530:19530"
|
||||||
|
- "9091:9091"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "etcd"
|
- "etcd"
|
||||||
- "minio"
|
- "minio"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user