Ubuntu – Why can't an app inside a docker container access it's own API endpoint?
I use the docker desktop app on Windows. Inside a Ubuntu WSL2 I have a docker container with a meteor / nodejs server running. Started via docker-compose from inside the WSL. docker-compose.yaml ... environment: - ROOT_URL=http://localhost:8080 - PORT=8080 ports: -…