From def10d25a8761bdbd608125b46ad26386b0d82b0 Mon Sep 17 00:00:00 2001 From: wanghe Date: Mon, 23 Oct 2023 14:50:29 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20MinIO=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20(#509)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{RELEASE.2023-05-04T21-44-30Z => 2023-10-16}/data.yml | 2 +- .../docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename apps/minio/{RELEASE.2023-05-04T21-44-30Z => 2023-10-16}/data.yml (95%) rename apps/minio/{RELEASE.2023-05-04T21-44-30Z => 2023-10-16}/docker-compose.yml (86%) diff --git a/apps/minio/RELEASE.2023-05-04T21-44-30Z/data.yml b/apps/minio/2023-10-16/data.yml similarity index 95% rename from apps/minio/RELEASE.2023-05-04T21-44-30Z/data.yml rename to apps/minio/2023-10-16/data.yml index 7e7d2ab1..48296ec1 100755 --- a/apps/minio/RELEASE.2023-05-04T21-44-30Z/data.yml +++ b/apps/minio/2023-10-16/data.yml @@ -24,7 +24,7 @@ additionalProperties: rule: paramPort type: number - default: 9001 - envKey: PORT_API + envKey: PANEL_APP_PORT_API labelEn: Port labelZh: API 端口 required: true diff --git a/apps/minio/RELEASE.2023-05-04T21-44-30Z/docker-compose.yml b/apps/minio/2023-10-16/docker-compose.yml similarity index 86% rename from apps/minio/RELEASE.2023-05-04T21-44-30Z/docker-compose.yml rename to apps/minio/2023-10-16/docker-compose.yml index ff0e22ad..25793e67 100644 --- a/apps/minio/RELEASE.2023-05-04T21-44-30Z/docker-compose.yml +++ b/apps/minio/2023-10-16/docker-compose.yml @@ -1,11 +1,11 @@ version: '3' services: minio: - image: minio/minio:RELEASE.2023-05-04T21-44-30Z + image: minio/minio:RELEASE.2023-10-16T04-13-43Z container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:9000 - - ${PORT_API}:9001 + - ${PANEL_APP_PORT_API}:9001 restart: always command: server /data --console-address :9000 --address :9001 environment: