Skip to content

Commit f7b715a

Browse files
dx4956jakeaturner
authored andcommitted
build: increase mysql healthcheck retries to avoid race condition on lower-end hardware (#480)
1 parent a68d6ab commit f7b715a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/management_compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
8383
interval: 30s
8484
timeout: 10s
85-
retries: 3
85+
retries: 10
8686
redis:
8787
image: redis:7-alpine
8888
container_name: nomad_redis
@@ -117,4 +117,4 @@ services:
117117

118118
volumes:
119119
nomad-update-shared:
120-
driver: local
120+
driver: local

0 commit comments

Comments
 (0)