Im running into a problem hooking up a domain to a docker container.
The container works when i go to the root url of my server and the mapped port directly.
But when I try to hook up a domain to it with the docker proxy rules i get ERR_INVALID_RESPONSE in the browser.
How do i fix this?, there are no errors in the docker logs.
additionally, the docker image im using is jboss/keycloak
The container works when i go to the root url of my server and the mapped port directly.
But when I try to hook up a domain to it with the docker proxy rules i get ERR_INVALID_RESPONSE in the browser.
How do i fix this?, there are no errors in the docker logs.
additionally, the docker image im using is jboss/keycloak