完善 Minio

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-08-14 13:16:52 +08:00
parent a6fcabd56e
commit 110c93e371
2 changed files with 4 additions and 12 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ services:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
- ${PANEL_APP_PORT_API}:${MINIO_API_PORT}
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT} --json
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API} --json
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}