You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
345 B

2 months ago
# Docker Compose 安装中间件 MySQL、Redis、Minio、Xxl-Job
## 安装
```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
```