Docker static ip connection timeout from outside
I am trying to assign my APP with a static IP. I think I have assigned the IP, but I cannot reach the IP from outside either curl or the browser. docker-compose.yaml version: '3.8' services: client: container_name: client build: ./frontend…