Last active
August 23, 2020 18:56
-
-
Save mijndert/140639b9af961fece652d19b32eb352c to your computer and use it in GitHub Desktop.
Revisions
-
mijndert revised this gist
Aug 23, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ docker run -d \ --name statping \ -p 8181:8080 \ -v /home/mijndert/statping:/app \ --restart always \ statping/statping -
mijndert revised this gist
Aug 23, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ docker run -d \ --name statping \ -p 8181:8181 \ -v /home/mijndert/statping:/app \ --restart always \ -
mijndert created this gist
Aug 23, 2020 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ docker run -d \ -p 8181:8181 \ -v /home/mijndert/statping:/app \ --restart always \ statping/statping