mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
8 lines
116 B
YAML
8 lines
116 B
YAML
|
hass:
|
||
|
image: vimagick/hass
|
||
|
ports:
|
||
|
- "8123:8123"
|
||
|
volumes:
|
||
|
- ./data:/etc/hass
|
||
|
restart: unless-stopped
|