diff --git a/apps/list.json b/apps/list.json index a4aced0c..72c79d3f 100644 --- a/apps/list.json +++ b/apps/list.json @@ -137,7 +137,7 @@ "key": "minio", "name": "MinIO", "tags": ["Tool"], - "versions": ["RELEASE.2022-08-13T21-54-44Z"], + "versions": ["RELEASE.2023-05-04T21-44-30Z"], "shortDescZh": "开源的对象存储服务器", "shortDescEn": "Open source object storage server", "type": "tool", diff --git a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/README.md b/apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/README.md similarity index 100% rename from apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/README.md rename to apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/README.md diff --git a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json b/apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/config.json similarity index 77% rename from apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json rename to apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/config.json index ae9cefd0..cff32219 100644 --- a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json +++ b/apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/config.json @@ -37,16 +37,6 @@ "default": 9001, "rule": "paramPort", "envKey": "PORT_API" - }, - { - "type": "text", - "labelZh": "分享文件地址", - "labelEn": "SHARE ADRESS", - "required": true, - "default": "http://localhost", - "rule": "paramExtUrl", - "envKey": "MINIO_SERVER_URL", - "edit": true } ] } \ No newline at end of file diff --git a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml b/apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/docker-compose.yml similarity index 84% rename from apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml rename to apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/docker-compose.yml index b7c2134b..dac25b2d 100644 --- a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml +++ b/apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: minio: - image: minio/minio:RELEASE.2022-08-13T21-54-44Z + image: minio/minio:RELEASE.2023-05-04T21-44-30Z container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:9000 @@ -11,7 +11,6 @@ services: environment: MINIO_ROOT_USER: ${MINIO_ROOT_USER} MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD} - MINIO_SERVER_URL: ${MINIO_SERVER_URL}:${PORT_API} logging: options: max-size: "5M"