Created
June 2, 2025 18:03
-
-
Save hiorws/95c49e41893046ce04a3eb5ccbc7bb7f to your computer and use it in GitHub Desktop.
Home Assistant docker compose file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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