Synology Docker Networking Questions 172.17.0.0 to 192.168.1.0/24

hi people

I have a question

Currently i run docker on my synology nas with mutiple containers inside

the 2 containers giving me grief is Homeassistant and HomeBridge

Both containers are setup to use the “same IP as host” and are bonded to the bon0 network

bon0 IP is
192.168.1.60
255.255.255.0
192.168.1.1

HomeAssistant is port 8123
HomeBridge is port 8581

Now this is the problem…

On homeassistant it can see everything on my LAN fine, scans and picksup my devices BUT it can not see homebridge.

As a test i turned off the homebridge docker and setup another homebridge docker this time with the LAN bonded to the bridge network of docker

the ip of this new docker was 172.17.0.5
gw 172.17.0.1

This is of course the inbuilt docker LAN

Now when doing this homeassistant then see’s homebridge and i can see its homekit offering.

I presume because homebridge is mutiplecasting on the same IP/subnet it has an issue seeing itself.

What would be the method to add a static route or some code so that 192.168.1.0/24 can see 172.17.0.0/24 i have tried playing around with static routes in the synology gui but to no luck.