Jump to content

Use tow Instances of Homebridge on one Instances of Docker on Synology nas

So I am having trouble running two instances of Home Bridge on Docker on a Synology NAS. I added one of them around a year ago (it still works), and now, for family reasons, I want to add another one. But the new one, though I reconfigured the ports of it in the config file (down below), does start, but I can't connect to the web interface, and I don't have any sign of life, not considering that the container displays online and Healthy.
Thank you in advance.
 

{
    "bridge": {
        "name": "Homebridge 9CF3",
        "username": "0E:9A:0E:AB:9C:F3",
        "port": 61473,
        "pin": "876-78-324",
        "advertiser": "bonjour-hap"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 6668,
            "platform": "config"
        }
    ],
    "ports": {
        "start": 62100,
        "end": 62150
    }
}

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×