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 rule: paramPort
type: number type: number
- default: 9001 - default: 9001
envKey: PORT_API envKey: PANEL_APP_PORT_API
labelEn: Port labelEn: Port
labelZh: API 端口 labelZh: API 端口
required: true required: true

View File

@ -1,11 +1,11 @@
version: '3' version: '3'
services: services:
minio: minio:
image: minio/minio:RELEASE.2023-05-04T21-44-30Z image: minio/minio:RELEASE.2023-10-16T04-13-43Z
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
ports: ports:
- ${PANEL_APP_PORT_HTTP}:9000 - ${PANEL_APP_PORT_HTTP}:9000
- ${PORT_API}:9001 - ${PANEL_APP_PORT_API}:9001
restart: always restart: always
command: server /data --console-address :9000 --address :9001 command: server /data --console-address :9000 --address :9001
environment: environment: