Use httpPorts

This commit is contained in:
Girish Ramakrishnan 2022-01-21 10:29:12 -08:00
parent 0f877a2d95
commit 84072d9227
1 changed files with 7 additions and 6 deletions

View File

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