mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-17 20:22:55 -05:00
Remove duplicate start_period in docker_service documentation (#189)
This commit is contained in:
parent
11fd002b15
commit
9811d4d5f0
1 changed files with 0 additions and 1 deletions
|
|
@ -377,7 +377,6 @@ the following:
|
|||
* `interval` - (Optional, string) Time between running the check `(ms|s|m|h)`. Default: `0s`.
|
||||
* `timeout` - (Optional, string) Maximum time to allow one check to run `(ms|s|m|h)`. Default: `0s`.
|
||||
* `start_period` - (Optional, string) Start period for the container to initialize before counting retries towards unstable `(ms|s|m|h)`. Default: `0s`.
|
||||
* `start_period` - Start period for the container to initialize before counting retries towards unstable `(ms|s|m|h)`. Default: `0s`.
|
||||
* `retries` - (Optional, int) Consecutive failures needed to report unhealthy. Default: `0`.
|
||||
|
||||
<a id="dnsconfig-1"></a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue