Healthcheck: set default retries to 3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2016-06-03 13:28:08 +02:00 коммит произвёл Tibor Vass
Родитель 9c351e61c0
Коммит 7e00f19c4f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1496,7 +1496,7 @@ The options that can appear before `CMD` are:
* `--interval=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
started, and then again **interval** seconds after each previous check completes.