1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/hass/docker-compose.yml
2016-10-31 12:57:30 +08:00

7 lines
101 B
YAML

hass:
image: vimagick/hass
volumes:
- ./data:/etc/hass
net: host
restart: unless-stopped