Skip to content

Instantly share code, notes, and snippets.

@bt5e
Created May 31, 2020 00:36
Show Gist options
  • Save bt5e/3910b1ae6b5190916cbc84c69fb727e8 to your computer and use it in GitHub Desktop.
Save bt5e/3910b1ae6b5190916cbc84c69fb727e8 to your computer and use it in GitHub Desktop.
#!/bin/bash
# https://hub.docker.com/r/linuxserver/smokeping
docker run -d \
--name=smokeping \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=UTC \
-p 8080:80 \
-v $(pwd)/config:/config \
-v $(pwd)/data:/data \
--restart unless-stopped \
linuxserver/smokeping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment