From bcc153f4dc7292c49d00798d583b224d9e535c90 Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Wed, 10 Sep 2025 12:49:26 +0200 Subject: [PATCH] T6686: adds container health check documentation --- docs/configuration/container/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index ed70a49c26..bc90fdfb30 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -202,6 +202,27 @@ Configuration Disable a container. +.. cfgcmd:: set container name health-check command + + Override the default health check command from the image for a container. + +.. cfgcmd:: set container name health check interval + + Override the default health-check interval. For example: `60s` + +.. cfgcmd:: set container name health check timeout + + Override the default health-check timeout. For example: `10s` + +.. cfgcmd:: set container name health check retries + + Number of health check retries before container is considered unhealthy. For example: `1` + +.. cfgcmd:: set container name health check disable + + Disable any health checks even when defined in the image. + + Container Networks ==================