1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/hass/docker-compose.yml

10 lines
174 B
YAML
Raw Normal View History

2021-11-08 09:25:37 +00:00
version: "3.8"
services:
hass:
image: vimagick/hass:debian
volumes:
- ./data:/etc/hass
2021-11-08 10:40:53 +00:00
network_mode: host
2021-11-08 09:25:37 +00:00
privileged: yes
restart: unless-stopped