I’m trying to host a project on a computer that lives on my local network and have it discoverable via mDNS.
Ideally I have everything in a docker-compose.yml however I can’t get basic multicasting working when the app is containerised and using network_mode: "host"
then running ping myservice.local fails only when running the app in the container.
Given I’ve specified network_mode: host I would expect no difference in behaviour… Anyone have any ideas?
I am surprised the forum search didn’t yield any useful results for this topic, as multicast and host network with docker desktop have already been discussed a couple of times.