Homekit Bridge OFFICIAL APP help please!

I’m determined to get the Home Assistant official app working (docker). I have zigbee working through the USB port, and overcame almost everything except for “Homekit Bridge” …I can’t get my network to see the container, turns out it could be several issues, mDNS using port 5353 which homekit advertises on too. So I tried to turn that off on TrueNAS, but it won’t let me because I’m using Time Machine backups. Another option was to allow the jailed app (I’m guessing these are docker containers) to use the host network “–net=host” but there is no where to set this, maybe under “Additional Environment Variables”? But what is the format? Should “Name” be “net” and “Value” should be “host”?

I ran into this same problem where I did not want to disable mDNS as I use my NAS for Time Machine as well (also, I’m lazy and like to just type in truenas.local when accessing my server lol)

Not sure if this is still an active issue, but for anyone else looking in the future, I solved the inability to use homekit bridge by deploying the homeassistant container attached to both a docker macvlan network (for broader home network access) as well as with my standard bridge driver so HA could see all my other services (e.g., frigate, traefik).

Hope this helps!