2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00

update hass

This commit is contained in:
kev
2021-12-20 17:27:02 +08:00
parent 0184014ad3
commit beb59c030b
2 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +1,12 @@
version: "3.8"
services:
hass:
image: vimagick/hass:debian
container_name: hass
image: homeassistant/home-assistant:stable
volumes:
- ./data:/etc/hass
- ./data:/config
- /dev/bus/usb:/dev/bus/usb
- /var/run/dbus:/var/run/dbus
network_mode: host
privileged: yes
privileged: true
restart: unless-stopped