Fixed Plugin Inastaller Option

This commit is contained in:
Sascha Claren 2023-04-20 14:00:58 +00:00
parent a1d268ab87
commit 0f6fdbfc99
2 changed files with 9 additions and 1 deletions

View File

@ -12,5 +12,13 @@
"author": "Frédéric Guillot",
"source": "https://github.com/kanboard/kanboard",
"form_fields": [
{
"type": "text",
"label": "Enable Plugin Installer (true or false)",
"max": 5,
"min": 4,
"required": true,
"env_variable": "PLUGIN_INSTALLER"
}
]
}

View File

@ -5,7 +5,7 @@ services:
container_name: kanboard
image: kanboard/kanboard:v1.2.28
environment:
- PLUGIN_INSTALLER=true
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
ports:
- ${APP_PORT}:80
restart: unless-stopped