Smokeping
Smokeping with FPING, DNS, Curl & SSH probes
version: '3.7'
services:
smokeping:
image: me1299/smokeping:latest
container_name: smokeping
volumes:
- 'smokeping:/data'
ports:
- '80:80'
environment:
- PUID=1000
- PGID=997
- TZ=Europe/Amsterdam
- SMOKEPING_URL=http://smokeping.domain.com
- MAILHOST=smtpserver,smtpserver2
- OWNER=Yourname
- [email protected]
- TITLE=My smokeping
- [email protected]
- [email protected]
- STEP=300
- PINGS=20
restart: unless-stopped