docker-vm-compose/homeassistant/compose.yml

11 lines
314 B
YAML
Raw Normal View History

2024-07-27 23:23:30 +02:00
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
2024-11-09 13:00:11 +01:00
- ./homeassistant/config:/config
2024-07-27 23:23:30 +02:00
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host