Hi,
I have a docker container with software that should be reachable via SSL.
It can be reached via http on port 8080 and via https on port 8081 (Container config).
However, I cannot reach it via the domain. A reverse proxy "443 to 8081" is created.
See: Using Docker
However, the...