0
Anakata
4y

My load balancer with docker and redis database works fine bu5 I can’t access my web service. I get a “connection refused” error message.

Comments
  • 4
    > It works fine but doesn't work
    🤔
  • 1
    You probably forgot to expose a port
  • 0
    docker ps

    Does it somewhere say 0.0.0.0:80 and 0.0.0.0:443 ? If so, what containers and ports do they point to
  • 1
    That really sucks man.. Good thing it's easy to fix!
  • 0
    Like the my containers scaling properly are getting connected to the load balancer, but I just can’t access them.
  • 0
    I used --scale command, not swarm or Kubernetes
Add Comment