704 B
704 B
dpinger-container
Docker image for dpinger with ntfy.sh integration. The image is based off of alpine:latest
and supports amd64
and arm64
.
Usage
Using this image with docker run
directly:
docker run --rm -it -e NTFY_URL=https://ntfy.sh/test \
git.socialnerds.org/david/dpinger-container:latest \
-i <identifier> -L 15 -D 80 <ip-address>
or with docker compose
:
version: "3.7"
services:
dpinger-container:
image: git.socialnerds.org/david/dpinger-container:latest
command: -i <identifier> -L 15 -D 80 <ip-address>
restart: unless-stopped
environment:
- NTFY_URL=https://ntfy.sh/test