From 9811d4d5f0df0e01f163488ea06dae3ddc0f104c Mon Sep 17 00:00:00 2001 From: Matteo Castellini Date: Sun, 6 Oct 2019 11:18:56 +0200 Subject: [PATCH] Remove duplicate start_period in docker_service documentation (#189) --- website/docs/r/service.html.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/r/service.html.markdown b/website/docs/r/service.html.markdown index 730b5205..1afa2097 100644 --- a/website/docs/r/service.html.markdown +++ b/website/docs/r/service.html.markdown @@ -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`.