Traefik does not work with MariaDB

Ok I found the problem. Default entypoints are by default ALL. When I defined new entrypoint mariadb it was automatically assigned to HTTP routes. After updating all my serices to only use web and websecure entrypoints TCP route started working correctly.

3 Likes