1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/hbdg/arm/docker-compose.yml

8 lines
121 B
YAML
Raw Normal View History

2017-04-16 04:08:10 +00:00
hbdg:
image: easypi/hbdg-arm
volumes:
- ./data:/root/.homebridge
net: host
privileged: yes
restart: always