From ca4bd0fcd6286dc6f7222e0640ebe23b60411bd9 Mon Sep 17 00:00:00 2001 From: Divyank Singh <26967154+dx4956@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:57:40 +0530 Subject: [PATCH] Update management_compose.yaml changed mysql retries from 3 to 10 as it was failing on my machine --- install/management_compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/management_compose.yaml b/install/management_compose.yaml index 39081bb..cadf753 100644 --- a/install/management_compose.yaml +++ b/install/management_compose.yaml @@ -82,7 +82,7 @@ services: test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] interval: 30s timeout: 10s - retries: 3 + retries: 10 redis: image: redis:7-alpine container_name: nomad_redis @@ -117,4 +117,4 @@ services: volumes: nomad-update-shared: - driver: local \ No newline at end of file + driver: local