Skip to content

Commit 42ce87a

Browse files
committed
Fix markdown
1 parent 06cc809 commit 42ce87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ $ echo $?
159159
## Docker example
160160

161161
You can use `HEALTHCHECK` command on `Dockerfile` to define the health of your
162-
container. According to (Docker Docs)[https://docs.docker.com/engine/reference/builder/#healthcheck],
162+
container. According to [Docker Docs](https://docs.docker.com/engine/reference/builder/#healthcheck),
163163
possible return values are `0` for success, `1` to unhealthy and `2` is reserved
164164
and we **must not** use this exit code.
165165

0 commit comments

Comments
 (0)