We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e033f95 commit 69bd0f1Copy full SHA for 69bd0f1
Dockerfile
@@ -48,7 +48,7 @@ COPY --link frankenphp/Caddyfile /etc/frankenphp/Caddyfile
48
49
ENTRYPOINT ["docker-entrypoint"]
50
51
-HEALTHCHECK --start-period=60s CMD curl -f http://localhost:2019/metrics || exit 1
+HEALTHCHECK --start-period=60s CMD curl http://localhost:2019/metrics --silent --show-error --fail --output /dev/null || exit 1
52
CMD [ "frankenphp", "run", "--config", "/etc/frankenphp/Caddyfile" ]
53
54
# Dev FrankenPHP image
0 commit comments