Skip to content

Commit

Permalink
Health check update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoonen committed Jun 13, 2024
1 parent 66a8f42 commit df67402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/mariadb.stub
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ mariadb:
networks:
- sail
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-p${DB_PASSWORD}"]
test: ["CMD", "mariadb-admin", "ping", "-p${DB_PASSWORD}"]
retries: 3
timeout: 5s

0 comments on commit df67402

Please sign in to comment.