Skip to content

Commit

Permalink
Decrease heading level
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Aug 9, 2023
1 parent 4c567fd commit 46cfa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ These flags can be prefixed with either a single (`-`) or double (`--`) hyphen.

Use the `--help` (`-h`) flag for more information.

### 🐳 Docker
## 🐳 Docker

Use either with the [Dockerfile `HEALTHCHECK` instruction](https://docs.docker.com/engine/reference/builder/#healthcheck) or the [docker run `--health-*`](https://docs.docker.com/engine/reference/run/#healthcheck) flags.

For example, `HEALTHCHECK... CMD healthcheck http://127.0.0.1`, or `docker run..... --health-cmd healthcheck http://127.0.0.1/ .....image:tag`.

### 🖼️ Examples
## 🖼️ Examples

Checking if the `/metrics` endpoint at `localhost` on port `5000` will respond with a `200` status code when sending a `GET` request:

Expand Down

0 comments on commit 46cfa3b

Please sign in to comment.