Skip to content

Instantly share code, notes, and snippets.

@craig-m
Created December 30, 2022 02:05
Show Gist options
  • Save craig-m/3cc9d1c3b82b2438159ae18423cb5b9e to your computer and use it in GitHub Desktop.
Save craig-m/3cc9d1c3b82b2438159ae18423cb5b9e to your computer and use it in GitHub Desktop.
smoke ping
---
version: "2.1"
services:
smokeping:
image: lscr.io/linuxserver/smokeping:latest
container_name: smokeping
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- ./config:/config
- ./data:/data
ports:
- 127.0.0.1:8888:80
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment