-
Fired up ddns-updater today for my proxied Cloudflare setup. The container is reporting as unhealthy but I can't find any issues in the logs. Changed log level to debug and still couldn't find anything there. How can I start to diagnose the issue? |
Beta Was this translation helpful? Give feedback.
Answered by
mpfl
Jul 7, 2023
Replies: 1 comment 1 reply
-
What are you using to run the container? Also what's the healthcheck defined when you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Aha!
docker inspect
gave me the information I needed to go back to the documentation and realise that I had left the vital"proxied": true
from my config.Problem existed between keyboard and chair.
Thanks for the tips! That's what I get for not RTFM.