mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
10 lines
174 B
YAML
10 lines
174 B
YAML
version: "3.8"
|
|
services:
|
|
hass:
|
|
image: vimagick/hass:debian
|
|
volumes:
|
|
- ./data:/etc/hass
|
|
network_mode: host
|
|
privileged: yes
|
|
restart: unless-stopped
|