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: