Update management_compose.yaml

changed mysql retries from 3 to 10 as it was failing on my machine
This commit is contained in:
Divyank Singh 2026-03-23 14:57:40 +05:30 committed by GitHub
parent f004c002a7
commit ca4bd0fcd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ services:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 10
redis: redis:
image: redis:7-alpine image: redis:7-alpine
container_name: nomad_redis container_name: nomad_redis