mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2025-06-20 16:32:45 +08:00
fixed: minio数据挂载
This commit is contained in:
parent
3fd06d4123
commit
2c561aa0fd
@ -85,7 +85,7 @@ services:
|
||||
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD:-password}
|
||||
- MINIO_DEFAULT_BUCKETS=${MINIO_BUCKETS:-playedu:public}
|
||||
volumes:
|
||||
- ./data/minio/data:/data
|
||||
- ./data/minio/data:/bitnami/minio/data
|
||||
ports:
|
||||
- "${MINIO_PORT:-9002}:9000"
|
||||
- "${MINIO_CONSOLE_PORT:-50002}:9001"
|
||||
|
Loading…
x
Reference in New Issue
Block a user