add php fpm feature
This commit is contained in:
parent
1b92bd760b
commit
bb0237442a
1 changed files with 14 additions and 0 deletions
|
@ -410,6 +410,20 @@
|
|||
{
|
||||
"label": "Organizr port",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue