2023-04-15 16:46:22 +00:00
2017-01-16 08:03:56 -07:00
2023-03-13 09:21:39 +01:00
2023-05-26 17:37:27 +00:00

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
Description
Container to continuously ping a server
Readme 30 KiB
Languages
Shell 52.9%
Dockerfile 47.1%