updated readme
This commit is contained in:
parent
728f749481
commit
d76a295bb3
12
README.md
12
README.md
@ -1,3 +1,13 @@
|
||||
# docker-healthcheck
|
||||
|
||||
Healthchecks integration for docker containers
|
||||
Healthchecks integration for docker containers
|
||||
|
||||
Configuration is specified in "checks.yaml" in your working directory.
|
||||
The format of "checks.yaml" looks like the following:
|
||||
|
||||
```
|
||||
self: "<ping url>"
|
||||
<docker container id or name 1>: "<ping url>"
|
||||
<docker container id or name 2>: "<ping url>"
|
||||
...
|
||||
```
|
Loading…
Reference in New Issue
Block a user