Uptime Kuma

https://www.notion.so/Uptime-Kuma-21f1a3b433fe80b1b3dfcda80e16a2be

Run in Docker

1
2
3
4
5
6
docker run -d \
	--name uk \
	--restart=unless-stopped \
	-p 8010:3001 \
	-v ~/uptime-kuma-data:/app/data \
	louislam/uptime-kuma:1
This post is licensed under CC BY 4.0 by the author.