From 28d60f8561dd5b0372ef827aac9421111534d6f3 Mon Sep 17 00:00:00 2001 From: franjurinec Date: Tue, 2 Jul 2024 12:29:01 +0000 Subject: [PATCH] deploy: 1713995bfc3afbf40d37542849adfeda1de71d5d --- pr/910/docker_container_module.html | 1 - 1 file changed, 1 deletion(-) diff --git a/pr/910/docker_container_module.html b/pr/910/docker_container_module.html index b846b50c..dd441f2a 100644 --- a/pr/910/docker_container_module.html +++ b/pr/910/docker_container_module.html @@ -783,7 +783,6 @@ see

test_cli_compatible

boolean

-

added in community.docker 3.10.0

If set to true, omitting healthcheck.test while providing healthcheck does not disable healthchecks, but simply overwrites the image’s values by the ones specified in healthcheck. This is the behavior used by the Docker CLI.

If set to false, omitting healthcheck.test will disable the container’s health check. This is the classical behavior of the module and currently the default behavior.