From 84072d9227a4b493c09a8b2b4480d943a0a7a6ca Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 21 Jan 2022 10:29:12 -0800 Subject: [PATCH] Use httpPorts --- CloudronManifest.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index cfe271f..59f33e6 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -8,11 +8,12 @@ "version": "1.167.0", "healthCheckPath": "/minio/login", "httpPort": 8000, - "tcpPorts": { - "API_PORT": { - "title": "API PORT", - "description": "API PORT", - "defaultValue": 9000 + "httpPorts": { + "API_DOMAIN": { + "title": "API Domain", + "description": "The domain name for MinIO (S3) API requests", + "containerPort": 9000, + "defaultValue": "minio-api" } }, "addons": { @@ -20,7 +21,7 @@ }, "manifestVersion": 2, "website": "http://www.minio.io", - "minBoxVersion": "5.3.0", + "minBoxVersion": "7.1.0", "forumUrl": "https://forum.cloudron.io/category/69/minio", "documentationUrl": "https://docs.cloudron.io/apps/minio/", "contactEmail": "support@cloudron.io",