I have an older Ubuntu server, and the image for onvif-mqtt fails to start in docker.
After some digging, it ended up being nodejs/node#43064
I rebuilt the image locally using node:20-alpine instead of node:20, and it solved the issue for me.
It may be a good idea to switch to node:alpine builds anyway, as they are smaller.
I have an older Ubuntu server, and the image for onvif-mqtt fails to start in docker.
After some digging, it ended up being nodejs/node#43064
I rebuilt the image locally using
node:20-alpineinstead ofnode:20, and it solved the issue for me.It may be a good idea to switch to node:alpine builds anyway, as they are smaller.