Commit 80911cb
authored
Remove healthcheck from frankenphp configuration (#661)
The CMD healthcheck fails with “executable not found” because the healthcheck binary simply does not exist in the image. There are only the specialized scripts: healthcheck-octane, healthcheck-queue, healthcheck-schedule, healthcheck-horizon, and healthcheck-reverb.
For the default FrankenPHP mode (without Octane), the image already includes a built-in HEALTHCHECK:
curl --insecure http://localhost:${CADDY_HTTP_PORT}${HEALTHCHECK_PATH}
with start_period: 60s, start_interval: 3s, interval: 10s, timeout: 3s, and retries: 3.1 parent 30d52d8 commit 80911cb
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 92 | | |
98 | 93 | | |
99 | 94 | | |
| |||
405 | 400 | | |
406 | 401 | | |
407 | 402 | | |
408 | | - | |
| 403 | + | |
0 commit comments