1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-09 00:18:48 +00:00
dockerfiles/hass/docker-compose.yml
2021-12-20 17:27:02 +08:00

13 lines
283 B
YAML

version: "3.8"
services:
hass:
container_name: hass
image: homeassistant/home-assistant:stable
volumes:
- ./data:/config
- /dev/bus/usb:/dev/bus/usb
- /var/run/dbus:/var/run/dbus
network_mode: host
privileged: true
restart: unless-stopped