Uptime Kuma:修订间差异
创建页面,内容为“https://github.com/louislam/uptime-kuma” |
小无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第1行: | 第1行: | ||
https://github.com/louislam/uptime-kuma | https://github.com/louislam/uptime-kuma | ||
== Docker Compose 示例 == | |||
<syntaxhighlight lang="yaml" line="1"> | |||
services: | |||
uptime-kuma: | |||
image: louislam/uptime-kuma:2 | |||
restart: unless-stopped | |||
volumes: | |||
- /home/ztm0929/docker-data/uptime-kuma:/app/data | |||
ports: | |||
- "3001:3001" | |||
</syntaxhighlight>{{SHORTDESC: 用于监测网站状态并发送故障通知的自托管监控工具}} | |||