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