[skip e2e] Update docker-compoer.yaml to open minio 9000 port (#21675)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/21676/head
Bennu 2023-01-12 15:15:40 +08:00 committed by GitHub
parent 48ac533468
commit ae435768f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ services:
MINIO_SECRET_KEY: minioadmin
ports:
- "9001:9001"
- "9000:9000"
volumes:
- ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/minio:/minio_data
command: minio server /minio_data --console-address ":9001"