louislam/uptime-kuma
A fancy self-hosted monitoring tool
100M+
It is a self-hosted monitoring tool.
Tag(s) | Description |
---|---|
latest, 1, 1.* | latest stable - debian |
debian, 1-debian, 1.*-debian | latest 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 |
# 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
docker pull louislam/uptime-kuma