Created
May 31, 2020 00:36
-
-
Save bt5e/3910b1ae6b5190916cbc84c69fb727e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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