From fe9affa34912feead577dc649e63d6f14d0977ac Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 10 May 2023 09:00:54 -0400 Subject: [PATCH] spelling: healthchecks Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47d73d7c..85f8c722 100644 --- a/README.md +++ b/README.md @@ -670,7 +670,7 @@ This assumes the Cron settings are stored in `config/crontab`. ### Healthcheck -MRSK uses Docker healtchecks to check the health of your application during deployment. Traefik uses this same healthcheck status to determine when a container is ready to receive traffic. +MRSK uses Docker healthchecks to check the health of your application during deployment. Traefik uses this same healthcheck status to determine when a container is ready to receive traffic. The healthcheck defaults to testing the HTTP response to the path `/up` on port 3000, up to 7 times. You can tailor this behaviour with the `healthcheck` setting: