smarthome/home-assistant/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 18:22:29 +01:00
parent 66fbfc5716
commit 387b1f3386

View File

@@ -0,0 +1,13 @@
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
ports:
- "8123:8123"
volumes:
- ./hass-config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host