Faulty configuration cannot reach container

Hi @mwaldheim,
Thanks for your interest in Traefik!

I would suggest to:

  • Run Traefik in DEBUG mode
  • Start with a simplified and shorter config, once you can reach the container, extend your configuration, step-by-step
  • Make sure Traefik and the container in question share the same network and Traefik is configured to use this network
  • Use tools like docker inspect to check your container settings
  • Check as a first step if you can reach the container:port without Traefik, just from container to container
  • Read Traefik Docker Documentation - Traefik for more info
  • Read Traefik EntryPoints Documentation - Traefik for more info

Hope that helps you! Have a nice day!