docker run -d --name uptime-kuma -p 3001:3001 -v uptime-kuma-data:/app/data louislam/uptime-kuma:2
Run Uptime Kuma in a Docker container
Starts Uptime Kuma, a self-hosted uptime monitor, detached (-d) with its web UI on port 3001. The named volume uptime-kuma-data persists monitors and settings, so data survives container recreation. Use image tag :2 for the current v2 release, not :1. Open http://localhost:3001 to create the admin account.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.