Merge pull request #20 from nyurik/patch-1

Update README.md
This commit is contained in:
will Farrell
2018-12-02 00:28:35 -07:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ Note: You must apply `HEALTHCHECK` to your docker images first. See https://docs
## ENV Defaults
```
AUTOHEAL_CONTAINER_LABEL=autoheal
AUTOHEAL_INTERVAL=5
AUTOHEAL_INTERVAL=5 # check every 5 seconds
DOCKER_SOCK=/var/run/docker.sock
```