Update docs/arguments.md

Co-authored-by: nils måsén <nils@piksel.se>
This commit is contained in:
bugficks 2023-08-23 14:14:39 +07:00 committed by GitHub
parent adb0272901
commit bd91c3d853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,7 +367,10 @@ Environment Variable: WATCHTOWER_WARN_ON_HEAD_FAILURE
## Health check ## Health check
Run health check and exit. Returns a success exit code to enable usage with docker `HEALTHCHECK`. This check is naive and only returns checks whether there is another process running inside the container, as it is the only known form of failure state for watchtowers container.
!!! note "Only for HEALTHCHECK use"
Never put this on the main container executable command line as it is only meant to be run from docker HEALTHCHECK.
```text ```text
Argument: --health-check Argument: --health-check