1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/hass/arm/docker-compose.yml
2021-11-08 18:40:53 +08:00

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