docker-nginx-ssl-proxy
docker-nginx-ssl-proxy copied to clipboard
Multiple domains on one docker host
Now I need to have an ssl connection/certificate for two (sub)domains each running in a separate container on a single docker host machine. This is not possible, since port conflicts cause the container run to fail. This happens in spite of specifying distinct ports (8443 and 8080) in the second container build. It's like these ports are ignored in the setup.