diff --git a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json b/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json index cff322191..ae9cefd09 100644 --- a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json +++ b/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/config.json @@ -37,6 +37,16 @@ "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.2022-08-13T21-54-44Z/docker-compose.yml index 67d0df45d..b7c2134b7 100644 --- a/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml +++ b/apps/minio/versions/RELEASE.2022-08-13T21-54-44Z/docker-compose.yml @@ -11,6 +11,7 @@ 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"