Found the issue:
traefik.yml:
providers:
  docker:
    endpoint: "unix:///var/run/docker.sock"
  file:
    filename: /etc/traefik/dynamic_conf.yml
This works like a charm
Found the issue:
traefik.yml:
providers:
  docker:
    endpoint: "unix:///var/run/docker.sock"
  file:
    filename: /etc/traefik/dynamic_conf.yml
This works like a charm