feat: 添加自动更新功能和文件列表配置
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user