Hey, currently we host kratos in a docker containe...
# ory-selfhosting
c
Hey, currently we host kratos in a docker container on one of our dev servers and i run into the problem that I can't reach kratos' ports 4433 and 4434 over the servers ip. I already published the ports in the docker run command, but I can't figure out why this not works. Do you have any ideas ?
I found my error. I published 4433:4433 and not http port 80:4433 😐
😅 1