fixed: typo

This commit is contained in:
none 2023-06-14 10:49:20 +08:00
parent 7c3b43875b
commit fd6c0aa219

View File

@ -86,7 +86,7 @@ services:
environment:
- MINIO_ROOT_USER=${MINIO_ROOT_USER:-username}
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD:-password}
- MINIO_DEFAULT_BUCKETS=${MINIO_BUCKET:-playedu:public}
- MINIO_DEFAULT_BUCKETS=${MINIO_BUCKETS:-playedu:public}
volumes:
- ./data/minio/data:/data
ports: