1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/hass/arm/docker-compose.yml

10 lines
160 B
YAML
Raw Normal View History

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