mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2025-06-06 15:34:03 +08:00
fixed: typo
This commit is contained in:
parent
7c3b43875b
commit
fd6c0aa219
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user