Haproxy killing loop

I am trying to run this octoprint / webcam / haproxy compo:

but haproxy is on a restarting loop. You can find the diagnostics bellow:

any ideas how to debug?

btw, this version works:

Hello, I believe you may define both expose and ports in your docker-compose file. This is a known issue with the Supervisor that has recently been fixed. To debug issues like this, you typically SSH into the host and start by inspecting the journal (or dmesg if you’re debugging hardware-related issues).

commented out “EXPOSE 80 443” in haproxy docketfile.template and everything works as expected!
that was an easy fix!
:slight_smile: thanks!