1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-06 03:54:01 +02:00
dockerfiles/hass/arm/docker-compose.yml

10 lines
160 B
YAML
Raw Normal View History

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