Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-14 06:34:53 +00:00
parent ba9844c8c9
commit 3a175754b3
7 changed files with 11 additions and 44 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ networks:
external: true
services:
minio:
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${MINIO_API_PORT}
command: server --console-address :${PANEL_APP_PORT_HTTP} --address :${PANEL_APP_PORT_API}
--json
container_name: minio
env_file:
@@ -27,7 +27,7 @@ services:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
- ${PANEL_APP_PORT_API}:${MINIO_API_PORT}
- ${PANEL_APP_PORT_API}:${PANEL_APP_PORT_API}
restart: always
volumes:
- ${MINIO_ROOT_PATH}/certs:/root/.minio/certs