1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/hass/docker-compose.yml

7 lines
101 B
YAML
Raw Normal View History

2016-10-31 03:28:34 +00:00
hass:
image: vimagick/hass
volumes:
- ./data:/etc/hass
2016-10-31 04:57:30 +00:00
net: host
2016-10-31 03:28:34 +00:00
restart: unless-stopped