From 855f3a7bf66d8dd8284275d0a87120030e689919 Mon Sep 17 00:00:00 2001 From: snamiki1212 Date: Thu, 28 Dec 2023 20:42:33 +0900 Subject: [PATCH] fix: update --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index d0554bd..9730625 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,7 +7,7 @@ services: test: ["CMD", "curl", "http://app:8080/api/healthcheck"] interval: 5s timeout: 5s - retries: 20 + retries: 100 start_period: 30s volumes: - .:/app