Skip to content

Instantly share code, notes, and snippets.

View ChainsLunatic's full-sized avatar
🔥
This curl is on fire!

Jean Michel ChainsLunatic

🔥
This curl is on fire!
  • Germany
View GitHub Profile
@dieu
dieu / Dockerfile
Last active April 16, 2025 00:13
Home Assistant Docker on Mac OS
FROM homeassistant/home-assistant:stable
# Install avahi-daemon in container
# https://gnanesh.me/avahi-docker-non-root.html
RUN set -ex \
&& apk --no-cache --no-progress add avahi avahi-tools dbus \
# Disable default Avahi services
&& rm /etc/avahi/services/* \
&& rm -rf /var/cache/apk/*