feat(docker-compose): 添加 Clash配置文件和使用说明

- 新增 Clash 的 Docker Compose配置文件
- 编写 Clash 的使用说明文档
- 添加 Docker Compose 安装指南
This commit is contained in:
2025-03-13 23:26:58 +08:00
parent 699087fbc7
commit 4ae2554721
3 changed files with 50 additions and 0 deletions

15
docker-compose/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Docker Compose
## 安装
Debian/Ubuntu/Raspbian
```bash
apt-get update && apt-get install docker-compose
```
CentOS/RHEL
```bash
yum install docker-compose
```