mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +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
|