1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/hass/docker-compose.yml

7 lines
101 B
YAML
Raw Normal View History

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