mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
10 lines
169 B
YAML
10 lines
169 B
YAML
version: "3.8"
|
|
services:
|
|
hass:
|
|
image: easypi/hass-arm
|
|
volumes:
|
|
- ./data:/etc/hass
|
|
network_mode: host
|
|
privileged: yes
|
|
restart: unless-stopped
|