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

7 lines
103 B
YAML
Raw Normal View History

2016-10-31 11:28:34 +08:00
hass:
image: easypi/hass-arm
volumes:
- ./data:/etc/hass
2016-10-31 12:57:30 +08:00
net: host
2016-10-31 11:28:34 +08:00
restart: unless-stopped