Do Traefik or Caddy handle only external proxy and routing, or localhost, too? #5127
Unanswered
theDanielJLewis
asked this question in
Q&A
Replies: 1 comment 3 replies
-
traefik by default is only setup to map port 80/443 to the host, so only ingress traffic on those 2 ports will go through traefik, generally anything else will go via this path: network interface -> OS network stack -> bridge network -> container stack -> your container (something like that) this last step would be traefik first on 80/443 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In trying to solve #5062, I'm wondering if the problem could be Coolify's proxy.
If I have a database running on the server and access that from the server's terminal via localhost with the "external" port, is that going only through Docker, or is it going through Traefik/Caddy, too (or instead)?
Beta Was this translation helpful? Give feedback.
All reactions