rogervdf
rogervdf
When updating a container to a new version with `docker-compose up -d` the new container doesn't always load the SSL certificate that has been specified for it in `docker-compose.yaml`. For...
We are using your solution for example on one server with 25 different domains. There are copies of the same docker image being used acrcoss different domains for technical reasons,...
Before: `ambe.x.yz -> py1:8080|py2:8080|py3:8080|py4:8080|py5:8080|py6:8080 #production,` When changing this to: After: `ambe.x.yz -> py1:8080 #production,` ... we noticed the service responded with a 502. It seems https-portal does not recognise that...