mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-09 10:16:15 +02:00
Update management_compose.yaml
changed mysql retries from 3 to 10 as it was failing on my machine
This commit is contained in:
parent
f004c002a7
commit
ca4bd0fcd6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user