Replies: 1 comment
-
|
@insign |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
HEALTHCHECKsomething like:HEALTHCHECK CMD curl -fksI https://127.0.0.1/upor
HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD curl -fksI https://127.0.0.1/upBeta Was this translation helpful? Give feedback.
All reactions