Greetings
I've setup my first Traefik with a few docker services. Most of them work ok. Some however don't, but I don't understand why. It seems Traefik cannot connect to them. I'm starting with basic configuration: no load balancing, just Traefik as a proxy and a few containers on Traefik's docker network.
For example, here is a part of my yml file:
Oh you mean I have to declare a load balancer even if there's so need for load balancing? that was unclear from the documentation which I read several times. Moreover, all the litterature available seem to relate only to v1, which is very confusing...
But thanks, it's working now, I still don't know why port 7072 was chosen, but now I'm able to specify the correct port.