Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 homebridge on my synology Nas how? #204

Closed
henkied opened this issue Jun 16, 2019 · 1 comment
Closed

2 homebridge on my synology Nas how? #204

henkied opened this issue Jun 16, 2019 · 1 comment
Labels

Comments

@henkied
Copy link

henkied commented Jun 16, 2019

I would like to run 2 homebridge on my synology Nas.

I have been running homebridge for a while through this manual, https://github.com/oznu/docker-homebridge/wiki/Homebridge-on-Synology

How can I easily get a 2 homebridge running?

I have read about it in this forum. I don't understand where to fill in the following:

If you're using Docker Compose just create a second entry under services:

version: "2"
services:
   homebridge:
     image: oznu / homebridge: latest
     network_mode: host
     volumes:
       - ./volumes/homebridge:/homebridge
   homebridge-two:
     image: oznu / homebridge: latest
     network_mode: host
     volumes:
       - ./volumes/homebridge-two:/homebridge

Does anyone want to help me on my way?

@Krocko
Copy link

Krocko commented Aug 20, 2019

@henkied have you found a Solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants