1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/hass/arm/docker-compose.yml
2017-04-23 11:24:50 +08:00

16 lines
250 B
YAML

hass:
image: easypi/hass-arm
volumes:
- ./data:/etc/hass
net: host
privileged: yes
restart: unless-stopped
hcfg:
image: easypi/hcfg-arm
volumes:
- ./data:/etc/hass
net: host
working_dir: /etc/hass
restart: unless-stopped