Fixed Plugin Inastaller Option
This commit is contained in:
parent
a1d268ab87
commit
0f6fdbfc99
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user