Преглед изворни кода

Claim support for healthcheck.retries

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof пре 5 година
родитељ
комит
b05af0c0ac
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      ecs/pkg/amazon/backend/compatibility.go

+ 1 - 0
ecs/pkg/amazon/backend/compatibility.go

@@ -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",