deCONZ addon bind mount self compiled rest-plugin

Is there a possibility to load a self compiled libde_rest_plugin.so library via bind mount at container start instead of the original one?

The background is that I have a few thermostats that are not yet officially merged. Therefore it is necessary to compile the rest-plugin from another branch of a deconz developer. Previously I had used deconz in a container on a diskstation. There I could do all this within the container without any problems. Is there also a simple solution for this addon?

Thanks a lot!

Ok, no answer. I’m new here and may have opened the thread in the wrong section.

But I would have another possible solution ready, which the addon developers could also consider for the deConz addon.
Namely, in the Node-RED addon there is the possibility in the configuration to define “init_commands”, which are executed at startup. So I could overwrite the libde_rest_plugin.so with a simple copy command before deConz is loaded. That would be possible, wouldn’t it?

I would be glad about an answer. Thanks!