1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/hass/docker-compose.yml

10 lines
165 B
YAML
Raw Normal View History

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