laravel / sail

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

Update mysql.stub to restart if fails according to health check #695

Closed digitall-it closed 3 months ago

digitall-it commented 3 months ago

Mysql 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.

taylorotwell commented 3 months ago

No plans to change this stuff right now.