refactor: MinIO 版本更新 (#509)

This commit is contained in:
wanghe 2023-10-23 14:50:29 +08:00 committed by GitHub
parent 88c4076df2
commit def10d25a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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: