It is a self-hosted monitoring tool like "Uptime Robot". In other words Uptime Kuma is a fancy self-hosted monitoring tool that you can use to monitor websites and applications in real time
Features
Run this command on shell
docker run -d -p 3001:3001 --name uptime-kuma insect0r/uptime-kuma:v2
You can create a volume for docker container to store data
docker create volume uptime-kuma
docker run -d -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma insect0r/uptime-kuma:v2
[Uptime-kuma] (http://localhost:3001/)
Content type
Image
Digest
sha256:6bf8498ee…
Size
194.5 MB
Last updated
almost 4 years ago
docker pull insect0r/uptime-kuma:v2