Error response from daemon: (config) includes invalid characters for a local volume name
问题 I have a running node server which listens on 3 different ports. I have three different subdomains of a url pointing to port 80 of the server on which node is running/listening. What I am trying to do is proxy pass a request from a sub-domain to its respective port using haproxy . My node server is dockerized with the ports exposed on the host. I can hit them individually using the server's IP address on their port so they seem to be running fine. My haproxy will also be running inside a