chore: 修改 minio 端口映射

This commit is contained in:
Ray.Hao
2025-02-25 18:30:14 +08:00
parent 543c5ec0b9
commit 509dae3459

View File

@@ -43,7 +43,7 @@ services:
command: server /data --console-address ":9090"
ports:
- 9000:9000
- 9090:9090
- 9001:9001
environment:
- TZ=Asia/Shanghai
- LANG=en_US.UTF-8