a swarm mode, it not recognizes any services running in the swarm.
I was trying with my overlay network and also bridge but nothing helps.
Is swarm working or need something more to configure? Docs are probably incomplete in my case (I need to run traefik as a service, not with docker daemon exposed as a 80 port)
Why? Because the hackers only use port 80 for break ins?
Docker is for isolation. AFAIK you can’t connect to a Docker network from outside. And Traefik providers.swarm does use the Docker IPs of the containers it discovers.
Luckily you can fork and modify the Traefik source code to maybe use the published IPs instead (Github).