← すべてのガイド
Uptime Kuma
Self-hosted uptime and status monitoring with a clean dashboard, notifications, and a public status page.
このガイドは上記リンク先にあるUptime Kuma公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
1Create a volume and run the container
docker volume create uptime-kumadocker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:12Open the dashboard
http://your-server-ip:3001 — the first visit lets you create the admin account.