homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 240 forks source link

Possible to install 2nd instance of homebridge #334

Closed jamesngob closed 3 years ago

jamesngob commented 3 years ago

Describe Your Problem:

Hello, I would like to install another homebridge instance on the QNAP docker Is it possible? Thank you Logs:

Show the Docker container logs here

Docker Start Command:

docker run --net=host ...

Homebridge Config:

Show your homebridge config.json here

Screenshots:

Environment:

oznu commented 3 years ago

Hi @jamesngob,

Yes you can. It's as simple of creating a second Docker container. You just need to change the target of the /homebridge volume mount, and the HOMEBRIDGE_CONFIG_UI_PORT to something different from your existing container.