1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/hass/arm/docker-compose.yml

10 lines
169 B
YAML
Raw Normal View History

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