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 ==================