fix typos

master
will Farrell 2016-07-07 12:39:55 -06:00
parent 655e594684
commit 064f90c3ba
1 changed files with 3 additions and 3 deletions

View File

@ -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"