====== Docker Smokeping ====== From: https://hub.docker.com/r/linuxserver/smokeping smokeping: image: lscr.io/linuxserver/smokeping container_name: smokeping environment: - PUID=1000 - PGID=1000 - TZ=Europe/London volumes: - /home/fabian/smokeping/config:/config - /home/fabian/smokeping/data:/data ports: - 80:80 restart: unless-stopped Application Setup Once running the URL will be http:///smokeping/smokeping.cgi. For example a full URL might look like https://smokeping.yourdomain.com/smokeping/smokeping.cgi. Basics are, edit the Targets file to ping the hosts you're interested in to match the format found there. Wait 10 minutes.