Skip to content

Instantly share code, notes, and snippets.

@hiorws
Created June 2, 2025 18:03
Show Gist options
  • Save hiorws/95c49e41893046ce04a3eb5ccbc7bb7f to your computer and use it in GitHub Desktop.
Save hiorws/95c49e41893046ce04a3eb5ccbc7bb7f to your computer and use it in GitHub Desktop.
Home Assistant docker compose file
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment