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

8 lines
116 B
YAML

hass:
image: vimagick/hass
ports:
- "8123:8123"
volumes:
- ./data:/etc/hass
restart: unless-stopped