Dunc4n1dah0
Dunc4n1dah0
In docker logs: `logger=plugin.loader t=2023-02-10T20:45:48.640094397Z level=warn msg="Skipping loading plugin due to problem with signature" pluginID=yesoreyeram-boomtable-panel status=unsigned` Solution: in .env add: `GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=yesoreyeram-boomtable-panel` in docker-compose.yml at the end: ``` environment: - GF_SECURITY_ADMIN_PASSWORD...