diff --git a/changelog.d/8147.docker b/changelog.d/8147.docker index d4066cf22dd6..dcc951d8f5eb 100644 --- a/changelog.d/8147.docker +++ b/changelog.d/8147.docker @@ -1 +1 @@ -Added curl for healthcheck support and readme updates for the change. Added by @maquis196. +Added curl for healthcheck support and readme updates for the change. Contributed by @maquis196. diff --git a/docker/README.md b/docker/README.md index d37f33088987..fc129650c1e3 100644 --- a/docker/README.md +++ b/docker/README.md @@ -166,7 +166,7 @@ point to another Dockerfile. ## Disabling the healthcheck If you are using a non-standard port or tls inside docker you can disable the healthcheck -whilst running the above docker run commands. +whilst running the above `docker run` commands. ``` --no-healthcheck