Introducing our new CEO Don Johnson - Read More

louislam/uptime-kuma

By louislam

Updated about 1 month ago

A fancy self-hosted monitoring tool

Image
Monitoring & Observability
Networking
Web Servers
608

100M+

Uptime Kuma

It is a self-hosted monitoring tool.

Tags

Tag(s)Description
latest, 1, 1.*latest stable - debian
debian, 1-debian, 1.*-debianlatest stable - debian
❌alpine, 1-alpine, 1.*-alpine(❌Deprecated due to DNS issues) latest stable - alpine
beta, *-beta.*Beta. New features preview or help to test. It could be unstable.
nightly*development build, very unstable

How to Use

Docker
# Create a volume
docker volume create uptime-kuma

# Start the container
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1

Uptime Kuma is now running on http://localhost:3001

Change Port and Volume

docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data --name uptime-kuma louislam/uptime-kuma:1

Source Code or Non-Docker Installation

https://github.com/louislam/uptime-kuma

Docker Pull Command

docker pull louislam/uptime-kuma