Container to continuously ping a server
 
 
Go to file
Bohdan Konkevych 147281c6aa Оновити 'README.md' 2023-05-26 17:37:27 +00:00
Dockerfile Upgraded alpine version. 2023-04-15 16:46:22 +00:00
LICENSE add license 2017-01-16 08:03:56 -07:00
README.md Оновити 'README.md' 2023-05-26 17:37:27 +00:00
ping adding packet numbers and size 2023-03-13 09:21:39 +01:00

README.md

docker-ping

ENV

  • HOSTNAME Server you would like to continuously ping [ default=localhost ]
  • TIMEOUT Number of seconds between timeouts [ default=300 ]

docker-compose.yml

...
services:
  ping:
    build: https://git.devbones.com/conky/docker-ping.git
    restart: always
    depends_on:
      - wireguard
    environment:
      - HOSTNAME=ip.address.to.ping
      - TIMEOUT=5