add php fpm feature

This commit is contained in:
Qballjos 2021-02-26 17:06:16 +01:00
parent 1b92bd760b
commit bb0237442a
1 changed files with 14 additions and 0 deletions

View File

@ -410,6 +410,20 @@
{ {
"label": "Organizr port", "label": "Organizr port",
"name": "OGANIZRPORT" "name": "OGANIZRPORT"
},
{
"label": "enable php",
"name": "FPM",
"select": [{
"text": "True",
"value": "true"
},
{
"text": "False",
"value": "flase",
"default": true
}
]
} }
], ],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png",