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",