Why might an unraid docker with proper labels not be picked up by traefik?

I've set everything up and traefik is working perfectly for all my containers and vms in unraid except one.

The one not being picked up calibre-web. I'm not sure that matters though. What I need is a way to troubleshoot.

I've added traefik.enable and traefik.http.routers.calibre.entryPoints just like the other containers but it isn't showing up in the routers section of traefik. I can't find any indication of errors.

How do I troubleshoot this? Thanks!

Are you serious? Share your full Traefik static and dynamic config, and docker-compose.yml if used.

Thanks for the help @bluepuma77.

In looking for how to access the docker config files in unraid I was able to compare a working one to the not working one side by-side.

Turns out I added traefik.enable as a variable instead of a label in the non-working container.
:sweat_smile:

All good now. :white_check_mark:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.