Turns out my #scrypted #homekit integration broke due to this commit https://github.com/koush/scrypted/commit/90a7e447040d257e39052fc4fc062c480e326163 which changed MDNS advertiser from MDNSAdvertiser.AVAHI when there is avahi-daemon running on the Docker host and volume mapped to /var/run/avahi-daemon/socket
Previously it was running a dedicated instance of CIAO inside the container. Would there be issues with having two MDNS servers on the same network host?