Skip to content

Commit 7930d44

Browse files
feat: minio 版本更新 (#85)
1 parent de15d64 commit 7930d44

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

apps/list.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"key": "minio",
138138
"name": "MinIO",
139139
"tags": ["Tool"],
140-
"versions": ["RELEASE.2022-08-13T21-54-44Z"],
140+
"versions": ["RELEASE.2023-05-04T21-44-30Z"],
141141
"shortDescZh": "开源的对象存储服务器",
142142
"shortDescEn": "Open source object storage server",
143143
"type": "tool",

apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json renamed to apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/config.json

-10
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@
3737
"default": 9001,
3838
"rule": "paramPort",
3939
"envKey": "PORT_API"
40-
},
41-
{
42-
"type": "text",
43-
"labelZh": "分享文件地址",
44-
"labelEn": "SHARE ADRESS",
45-
"required": true,
46-
"default": "http://localhost",
47-
"rule": "paramExtUrl",
48-
"envKey": "MINIO_SERVER_URL",
49-
"edit": true
5040
}
5141
]
5242
}

apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml renamed to apps/minio/versions/RELEASE.2023-05-04T21-44-30Z/docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
minio:
4-
image: minio/minio:RELEASE.2022-08-13T21-54-44Z
4+
image: minio/minio:RELEASE.2023-05-04T21-44-30Z
55
container_name: ${CONTAINER_NAME}
66
ports:
77
- ${PANEL_APP_PORT_HTTP}:9000
@@ -11,7 +11,6 @@ services:
1111
environment:
1212
MINIO_ROOT_USER: ${MINIO_ROOT_USER}
1313
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
14-
MINIO_SERVER_URL: ${MINIO_SERVER_URL}:${PORT_API}
1514
logging:
1615
options:
1716
max-size: "5M"

0 commit comments

Comments
 (0)