feat: 添加中间件docker-compose脚本

This commit is contained in:
Ray.Hao
2024-12-25 23:07:16 +08:00
parent 38469fefe5
commit 1ef999306e
7 changed files with 2431 additions and 1 deletions

16
docker/run.md Normal file
View File

@@ -0,0 +1,16 @@
# MySQL
## 安装
```bash
docker-compose -f docker-compose.yml -p youlai-boot up -d
```
- p youlai-boot 指定命名空间,避免与其他容器冲突
## 卸载
```bash
docker-compose -f docker-compose.yml -p youlai-boot down
```