I use Traefik in front of a self-hosted application called Ryot.
This worked fine until there was an update to Ryot which apparently introduced Caddy as a reverse proxy inside the container image.
Now when I start the container it takes ~5 min until I can reach Ryot through Traefik.
Until then, I just get 404 page not found
.
Weirdly however, I get an immediate response when I request Ryot from inside its container like curl -L localhost:8000
.
I have already described this issue to the Ryot dev who sees no issue on his end.
There you also find some logs and my docker compose.