feat: 重构 Docker Compose 配置,移除旧文件并添加新的安装和配置文件
This commit is contained in:
15
docker/docker-compose/README.md
Normal file
15
docker/docker-compose/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user