mirror of https://github.com/docker/docs.git
Merge pull request #18739 from yepayepayepa/patch-2
fix(healthcheck): extend start_period to 2m to clarify initialization
This commit is contained in:
commit
2ecbf1837d
|
|
@ -1252,7 +1252,7 @@ healthcheck:
|
||||||
interval: 1m30s
|
interval: 1m30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 40s
|
start_period: 2m
|
||||||
```
|
```
|
||||||
|
|
||||||
`interval`, `timeout` and `start_period` are specified as
|
`interval`, `timeout` and `start_period` are specified as
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue