Skip to content

Instantly share code, notes, and snippets.

@ckxng
Created August 5, 2020 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckxng/e21cc6762682cd79d6bf0d6b41524e65 to your computer and use it in GitHub Desktop.
Save ckxng/e21cc6762682cd79d6bf0d6b41524e65 to your computer and use it in GitHub Desktop.
Docker compose for smokeping on RaspberryPI
---
version: "2"
services:
smokeping:
image: linuxserver/smokeping
container_name: smokeping
environment:
- PUID=1000
- PGID=1000
- TZ=US/Central
volumes:
- /home/pi/smokeping/config:/config
- /home/pi/smokeping/data:/data
ports:
- 32274:80
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment