Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush-Agnihotri committed Nov 6, 2024
1 parent e8409f1 commit 14500ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ services:
- app-network
healthcheck:
test: ["CMD-SHELL", "mysqladmin ping -h 127.0.0.1"]
interval: 10s
timeout: 5s
retries: 5
interval: 30s
timeout: 10s
retries: 10

all-in:
image: cornellappdev/all-in:${IMAGE_TAG}
Expand Down
1 change: 1 addition & 0 deletions my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
max_connect_errors=10000
host_cache_size=0
skip-name-resolve
bind-address = 0.0.0.0

0 comments on commit 14500ed

Please sign in to comment.