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.

18 lines
581 B

3 years ago
***
**BASE**
该项目作为基础应用运行
**docker-compose项目**
运行本文档代码需要安装[docker](https://www.runoob.com/docker/docker-tutorial.html)和[docker-compose](https://www.runoob.com/docker/docker-compose.html)
下载该项目目录下的相应文件,执行`docker-compose up`运行项目,或通过`docker-compose up -d`后台运行项目。通过`docker-compose down`停止项目
***
Application Setup
The webui is at http://localhost:3000, for more information on usage see [Taisun-Docker](https://github.com/Taisun-Docker/taisun/wiki/Usage)