Docker Compose apps automatically bind to same port but compose doesn't start

I have two copies of the same application that I want to deploy in a cluster and I’m using docker-compose for now. This application listens to port 8000 and if the port is busy it increments the port number until it finds a free port (8001, 8002 etc). These ports are used for the apps… Read More Docker Compose apps automatically bind to same port but compose doesn't start