Created
September 10, 2022 20:00
-
-
Save fwartner/28ce8bcc10069199e4886022a4ad155b to your computer and use it in GitHub Desktop.
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 characters
docker pull louislam/uptime-kuma:1 | |
docker stop uptime-kuma | |
docker rm uptime-kuma | |
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment