Try to fix noit working Plugin installer

This commit is contained in:
Sascha Claren 2023-04-20 13:39:32 +00:00
parent cd5512209e
commit a1d268ab87

View File

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