laravel / sail

Docker files for running a basic Laravel application.
https://laravel.com/docs/sail
MIT License
1.65k stars 470 forks source link

[1.x] Use Official MariaDB Healthcheck Script #704

Closed a1383n closed 2 months ago

a1383n commented 2 months ago

This pull request updates the health check command for the MariaDB service in the configuration to utilize the healthcheck.sh script provided by MariaDB, as recommended in the official documentation.

Key Improvements:

The script leverages the health check user and is designed specifically for this purpose.