fix: 修复 Minio 指定控制台端口和映射端口不一致问题
Closes #IBQ0R0
This commit is contained in:
@@ -40,7 +40,7 @@ services:
|
||||
image: minio/minio:latest
|
||||
container_name: minio
|
||||
restart: unless-stopped
|
||||
command: server /data --console-address ":9090"
|
||||
command: server /data --console-address ":9001"
|
||||
ports:
|
||||
- 9000:9000
|
||||
- 9001:9001
|
||||
|
||||
Reference in New Issue
Block a user