新增说明及示例文件;更新README.md

This commit is contained in:
2023-12-15 16:17:51 +08:00
committed by huty
parent 55542ff806
commit 2e4d488295
14 changed files with 315 additions and 2 deletions

View File

@@ -1,3 +1,29 @@
# docker-compose
# Docker Compose 示例文件
Docker Compose 说明及示例
<br/>
## 命令说明
### 启动
``` shell
docker-compose up
```
### 停止
``` shell
docker-compose down
```
### 重启
``` shell
docker-compose restart
```
<br/>
## 服务说明
### portainer
Portainer Docker 管理器
官网: https://www.portainer.io
文档: https://docs.portainer.io
### mysql
MySQL 数据库