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"