Tags
Tools
Preview
1. Install in one line
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
2. That’s it
Check it out at https://0.0.0.0:3001 (replace 0.0.0.0 with your VPS IP)
Best Practices
- Always send notification on site down, so you know shit happens.
- Do not send notification directly to email unless you don’t care to receive an alert every single minute 😅
- Instead send notification to a Telegram Bot, or Slack Channel for better maintenance for team.