Hi
I was trying to install xibo multiple instances in single server linux ubuntu 16.04 .
i created separate folders .for examp cd/op/xibo1 and cd/opt/xibo2 run docker-compose up -d
i changed the ports in xibo1 cms_custom-ports.yml to “127.0.0.1:8080:80”,and xibo2 xibo"127.0.0.1:8081:80".
if i am checking the open ports command “docker ps” it always shows only one ports ether 8080 or 8081.
both the ports at a time not showing.
Also i browse mydomain:8080 ,mydomain:8081 only one cms instance is opening
give me some solution