Docker-compose and Plugins

Hello Kanboard Community,

i am new to Kanboard and Docker. Can someone please explain, how to add plugins to a docker container? I cloned the git-Repo and than went to the folder in cmd and did the “docker-compose up” -Command. Now I am able to access Kanboard in the Browser but i am not able to install plugins. I already changed define(‘PLUGIN_INSTALLER’, true); in config.php but it still doesn´t work. Can someone please help me?

Kind regards

did you restart your container after changing the config? i ask this because the I know the docker container for kanboard is setup to cache php. a restart will clear that cache.