From 064f90c3ba2e9e2726cd8426bdd6cbea62d31d1b Mon Sep 17 00:00:00 2001 From: will Farrell Date: Thu, 7 Jul 2016 12:39:55 -0600 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 136c102..e87343a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# ping +# docker-ping ## ENV -- `HOSTNAME` Server you would liek to continuously ping +- `HOSTNAME` Server you would like to continuously ping - `TIMEOUT` Number of seconds between timeouts ## docker-compose.yml @@ -11,7 +11,7 @@ version: "2" services: ping: - image: watsco/ping + image: willfarrell/ping restart: always environment: HOSTNAME: "10.0.0.61"