Ubuntu – Docker Compose – container A "could not resolve host" of container B
I'm having problems getting two Docker containers to talk to each other using Docker Compose. In an attempt to reduce the problem down to the smallest reproducible example, I have created the following three files: docker-compose.yml services: db: build: webSQL…