feat: 添加自动更新功能和文件列表配置

This commit is contained in:
2025-03-19 15:53:12 +08:00
parent 40e62f975b
commit ca1db67e8f
4 changed files with 59 additions and 8 deletions

View File

@@ -1,14 +1,12 @@
version: '3'
services:
# Clash
clash:
image: registry.cn-hangzhou.aliyuncs.com/37point2/clash:v1.18.0
image: registry.cn-hangzhou.aliyuncs.com/37/clash:latest
container_name: clash
volumes:
- ./data/config.yaml:/root/.config/clash/config.yaml
restart: always
network_mode: bridge
ports:
- "7890:7890/tcp"
- "7890:7890/udp"
- "9090:9090"
restart: always
volumes:
- ./data/config.yaml:/root/.config/clash/config.yaml