-
So I'm unable to get healthy status. Here is perhaps some useful information: The output from
Here is some log:
and here is the output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
The error |
Beta Was this translation helpful? Give feedback.
The error
Health check exceeded timeout (5s)
doesn't come from the ddns-updater program, but from docker. It seems it can't even launch the healthcheck program instance. The healthcheck launches an ephemeral process of ddns-updater running as a healthcheck http client querying the long running process of ddns-updater via its http healthcheck server. You could trydocker exec ddns-updater /updater/app healthcheck
and see if this works (check exit code with $?)? If this works, it could be a Docker bug, try upgrading it maybe?