I have run into a new issue where we have our IP address for the xibo host centos7 server as 172.20.82.82. This is worked fine until we needed to have a workstation connect into the xibo web interface. They are on the 172.18.0.0/16 network so it in in conflict with the bridge that docker is using. What exactly do I need to do to resolve this? I have seen this link Additional/second IP for XIBO-Docker but Im not sure exactly what I need to do.
This is my current routes on the xibo server
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1
172.18.0.0/16 dev br-595ebd6800c2 proto kernel scope link src 172.18.0.1
172.20.80.0/20 dev eth0 proto kernel scope link src 172.20.82.82 metric 100
docker-compose.yml is the correct file to have edited if you’re not using custom ports, remote MySQL etc. If you are, then it’s the specific one of those you’re using that you should edit, and then you should add -f to the down/up commands as normal - eg
docker-compose -f cms_remote-ports.yml down
docker-compose -f cms_remote-ports.yml up -d