Note: I know about the FAQ entry Traefik EntryPoints Documentation - Traefik. BTW thank you for making a FAQ.
The exact error message I get is
2024-07-25T11:41:58+02:00 ERR Skip container traefik-proxy error="field not found, node: enabled" providerName=docker
My understanding is that:
- there is an entry, somewhere, that says
node: enabled
- this "somewhere" is a dynamically (label-based) generated entry (because
providerName=docker
)
My question: Is there any other information I can get about where exactly the faulty entry is, or do I need to go through the docker-compose entries for my 76 services? (the fact that they are managed by portainer makes it somehow more challenging).
If yes, no problem, I will go through the configurations, just wanted to make sure that there isn't an easier way to pinpoint the issue (also for future cases). Everything seems to work so this is not an urgency.