1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
dockerfiles/hass/docker-compose.yml
2021-11-08 18:40:53 +08:00

10 lines
174 B
YAML

version: "3.8"
services:
hass:
image: vimagick/hass:debian
volumes:
- ./data:/etc/hass
network_mode: host
privileged: yes
restart: unless-stopped