From bb0237442ae54a26a467f2d586139f0c43fff814 Mon Sep 17 00:00:00 2001 From: Qballjos Date: Fri, 26 Feb 2021 17:06:16 +0100 Subject: [PATCH] add php fpm feature --- Template/test.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Template/test.json b/Template/test.json index 51f3487..a0c6e1d 100644 --- a/Template/test.json +++ b/Template/test.json @@ -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",