Closed ironmike-au closed 5 years ago
Background here is that Docker uses all lowercase names when creating things like volumes, networks, and containers. The referenced PR fixes this by converting project names to lowercase when making calls to Docker.
Using any upper-case characters in a project name will cause the proxy server to complain about being unable to find the network:
However the network does exist - but in lower case
Presumably we are either incorrectly converting the network name to lowercase, or Docker is.