Uptime Kuma
Uptime Kuma is an easy-to-use self-hosted monitoring tool.
github地址:

1.使用命令安装
mkdir uptime-kuma
cd uptime-kuma
curl -o compose.yaml https://raw.githubusercontent.com/louislam/uptime-kuma/master/compose.yaml
docker compose up -dUptime Kuma is now running on all network interfaces (e.g. http://localhost:3001 或 http://your-ip:3001).
2.docker一键命令
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:2Uptime Kuma is now running on all network interfaces (e.g. http://localhost:3001 或 http://your-ip:3001).
If you want to limit exposure to localhost only:
docker run ... -p 127.0.0.1:3001:3001 ...使用宝塔自带的docker 商店搜索下载


默认选择 可以绑定域名
也可以通过

这里来绑定域名