-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
As suggestion, since Laravel 11 there is a default route /up that sends code 200 when fine and 500 when not.
Maybe the laravel image should use this in HEALTHCHECK something like:
HEALTHCHECK CMD curl -fksI https://127.0.0.1/up
or
HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD curl -fksI https://127.0.0.1/up
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels