docker-compose 模板
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.

7 lines
281 B

3 years ago
**TEST**
### docker-compose 运行
安装docker和docker-compose [教程](https://www.runoob.com/docker/docker-tutorial.html)
在项目根目录下执行`docker-compose up`运行项目,或者在项目根目录下执行`docker-compose up -d`以后台形式运行项目。