File tree 4 files changed +2
-13
lines changed
minio/versions/RELEASE.2023-05-04T21-44-30Z
4 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 137
137
"key" : " minio" ,
138
138
"name" : " MinIO" ,
139
139
"tags" : [" Tool" ],
140
- "versions" : [" RELEASE.2022-08-13T21-54-44Z " ],
140
+ "versions" : [" RELEASE.2023-05-04T21-44-30Z " ],
141
141
"shortDescZh" : " 开源的对象存储服务器" ,
142
142
"shortDescEn" : " Open source object storage server" ,
143
143
"type" : " tool" ,
File renamed without changes.
Original file line number Diff line number Diff line change 37
37
"default" : 9001 ,
38
38
"rule" : " paramPort" ,
39
39
"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
50
40
}
51
41
]
52
42
}
Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
3
minio :
4
- image : minio/minio:RELEASE.2022-08-13T21-54-44Z
4
+ image : minio/minio:RELEASE.2023-05-04T21-44-30Z
5
5
container_name : ${CONTAINER_NAME}
6
6
ports :
7
7
- ${PANEL_APP_PORT_HTTP}:9000
@@ -11,7 +11,6 @@ services:
11
11
environment :
12
12
MINIO_ROOT_USER : ${MINIO_ROOT_USER}
13
13
MINIO_ROOT_PASSWORD : ${MINIO_ROOT_PASSWORD}
14
- MINIO_SERVER_URL : ${MINIO_SERVER_URL}:${PORT_API}
15
14
logging :
16
15
options :
17
16
max-size : " 5M"
You can’t perform that action at this time.
0 commit comments