1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/hass/docker-compose.yml
2021-11-08 17:25:37 +08:00

10 lines
165 B
YAML

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