mirror of https://github.com/docker/compose.git
Claim support for healthcheck.retries
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
59e8eaf744
commit
b05af0c0ac
|
@ -28,6 +28,7 @@ var compatibleComposeAttributes = []string{
|
|||
"services.init",
|
||||
"services.healthcheck",
|
||||
"services.healthcheck.interval",
|
||||
"services.healthcheck.retries",
|
||||
"services.healthcheck.start_period",
|
||||
"services.healthcheck.test",
|
||||
"services.healthcheck.timeout",
|
||||
|
|
Loading…
Reference in New Issue