fix typos
parent
655e594684
commit
064f90c3ba
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue