laravel / sail

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

Update mariadb.stub #696

Closed digitall-it closed 5 months ago

digitall-it commented 5 months ago

Mariadb may shut down after some time. Healthcheck keys are configured, but no action takes place when the server fail. The directive "restart: unless-stopped" will restart the database server if the watchdogs barks. Similar to PR #695