---
date: 2024-04-04T04:42:13+00:00
modified: 2024-04-04T04:42:13+00:00
permalink: https://kaspars.net/note/mastodon-social-112211822708685932
post_type: note
author:
  name: Kaspars
  avatar: https://reverse.kaspars.net/gravatar/avatar/92bfcd3a8c3a21a033a6484d32c25a40b113ec6891f674336081513d5c98ef76?s=96&d=mm&r=g
---

# On April 4, 2024 at 07:42

Turns out my [\#scrypted](https://mastodon.social/tags/scrypted) [\#homekit](https://mastodon.social/tags/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?