hass/docker-compose.yml aktualisiert

This commit is contained in:
2025-05-11 19:08:19 +00:00
parent 7ee49ef461
commit 585c76036f

11
hass/docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
homeassistant:
container_name: ${NAME}
image: "ghcr.io/home-assistant/home-assistant:latest"
volumes:
- ${VOLUME_CONFIG}:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host