Recently I was creating a load balancer for my web api with nginx. Since I was using docker to test in my local machine, I used the scale arguement to scale my Web API container. nt.authservice.service:ports:-"8101-8105:80" Scaling using docker-compose -f server\nt.microservice\docker-compose.yml -f server\nt.microservice\docker-compose.override.yml up --scale nt.authservice.service=5 -d This however resulted in following error. Error response … Continue reading Scaling with Docker Compose and Configuring Load Balancer