瀏覽代碼

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