Skip to content

Commit a8e548f

Browse files
authored
Merge pull request #4673 from bpascard/master
2 parents cc2d332 + 1a0c65e commit a8e548f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/dockerfile/docs/reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2845,7 +2845,8 @@ The health check will first run **interval** seconds after the container is
28452845
started, and then again **interval** seconds after each previous check completes.
28462846

28472847
If a single run of the check takes longer than **timeout** seconds then the check
2848-
is considered to have failed.
2848+
is considered to have failed. The process performing the check is abruptly stopped
2849+
with a `SIGKILL`.
28492850

28502851
It takes **retries** consecutive failures of the health check for the container
28512852
to be considered `unhealthy`.

0 commit comments

Comments
 (0)