Use httpPorts
This commit is contained in:
parent
0f877a2d95
commit
84072d9227
|
@ -8,11 +8,12 @@
|
||||||
"version": "1.167.0",
|
"version": "1.167.0",
|
||||||
"healthCheckPath": "/minio/login",
|
"healthCheckPath": "/minio/login",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"tcpPorts": {
|
"httpPorts": {
|
||||||
"API_PORT": {
|
"API_DOMAIN": {
|
||||||
"title": "API PORT",
|
"title": "API Domain",
|
||||||
"description": "API PORT",
|
"description": "The domain name for MinIO (S3) API requests",
|
||||||
"defaultValue": 9000
|
"containerPort": 9000,
|
||||||
|
"defaultValue": "minio-api"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@ -20,7 +21,7 @@
|
||||||
},
|
},
|
||||||
"manifestVersion": 2,
|
"manifestVersion": 2,
|
||||||
"website": "http://www.minio.io",
|
"website": "http://www.minio.io",
|
||||||
"minBoxVersion": "5.3.0",
|
"minBoxVersion": "7.1.0",
|
||||||
"forumUrl": "https://forum.cloudron.io/category/69/minio",
|
"forumUrl": "https://forum.cloudron.io/category/69/minio",
|
||||||
"documentationUrl": "https://docs.cloudron.io/apps/minio/",
|
"documentationUrl": "https://docs.cloudron.io/apps/minio/",
|
||||||
"contactEmail": "support@cloudron.io",
|
"contactEmail": "support@cloudron.io",
|
||||||
|
|
Loading…
Reference in New Issue