We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
@henkied have you found a Solution?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: