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
datenhahn 2022-08-11 09:58:39 +02:00 committed by GitHub
parent e40061b864
commit f22fc4f236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ services:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/milvus:/var/lib/milvus
ports:
- "19530:19530"
- "9091:9091"
depends_on:
- "etcd"
- "minio"