fixed: minio数据挂载

This commit is contained in:
xxx 2023-09-10 08:58:41 +08:00
parent 3fd06d4123
commit 2c561aa0fd

View File

@ -85,7 +85,7 @@ services:
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD:-password} - MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD:-password}
- MINIO_DEFAULT_BUCKETS=${MINIO_BUCKETS:-playedu:public} - MINIO_DEFAULT_BUCKETS=${MINIO_BUCKETS:-playedu:public}
volumes: volumes:
- ./data/minio/data:/data - ./data/minio/data:/bitnami/minio/data
ports: ports:
- "${MINIO_PORT:-9002}:9000" - "${MINIO_PORT:-9002}:9000"
- "${MINIO_CONSOLE_PORT:-50002}:9001" - "${MINIO_CONSOLE_PORT:-50002}:9001"