Healthcheck: set default retries to 3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9c351e61c0
commit
7e00f19c4f
@ -1496,7 +1496,7 @@ The options that can appear before `CMD` are:
|
|||||||
|
|
||||||
* `--interval=DURATION` (default: `30s`)
|
* `--interval=DURATION` (default: `30s`)
|
||||||
* `--timeout=DURATION` (default: `30s`)
|
* `--timeout=DURATION` (default: `30s`)
|
||||||
* `--retries=N` (default: `1`)
|
* `--retries=N` (default: `3`)
|
||||||
|
|
||||||
The health check will first run **interval** seconds after the container is
|
The health check will first run **interval** seconds after the container is
|
||||||
started, and then again **interval** seconds after each previous check completes.
|
started, and then again **interval** seconds after each previous check completes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user