Update README.md

This commit is contained in:
Yuri Astrakhan
2018-11-30 19:00:44 -05:00
committed by GitHub
parent 11daf62217
commit 17ec6c4344
+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
```