删除 Clash 和 Uptime Kuma 的配置文件,并添加备份文件;更新 Traefik 配置以增加 HTTP 超时设置

This commit is contained in:
2026-03-22 03:30:06 +08:00
parent 47ddab649b
commit 7afddbac2d
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2
restart: unless-stopped
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- "3001:3001"