fix typos
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user