Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
zc2638 committed Jan 4, 2024
1 parent 41f63f2 commit dd5a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
mysql57:
condition: service_healthy
healthcheck:
test: [ "CMD", "wget", "http://localhost:2678"]
test: [ "CMD", "wget", "-qO-", "http://localhost:2678"]
interval: 5s
timeout: 20s
retries: 10
Expand Down

0 comments on commit dd5a88e

Please sign in to comment.