1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-04 03:49:18 +02:00
dockerfiles/hass/arm/docker-compose.yml

10 lines
169 B
YAML
Raw Permalink Normal View History

2021-11-08 11:25:37 +02:00
version: "3.8"
services:
hass:
image: easypi/hass-arm
volumes:
- ./data:/etc/hass
2021-11-08 12:40:53 +02:00
network_mode: host
2021-11-08 11:25:37 +02:00
privileged: yes
restart: unless-stopped