1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-27 02:09:06 +02:00
dockerfiles/hbdg/docker-compose.yml

8 lines
119 B
YAML
Raw Normal View History

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