1 Star 0 Fork 7

Fsj_wade/ModStart_Docker

forked from modstart/ModStart_Docker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
cnhzcui 提交于 2022-02-09 05:19 . 修复一键启动脚本问题
version: '3'
services:
ms_tengine:
image: modstart/tengine:1.0.0
ports:
- "20080:80"
volumes:
- "./docker_config/tengine.conf:/etc/nginx/nginx.conf"
- "./modstart:/data/website/modstart:rw"
links:
- ms_php56
ms_php56:
image: modstart/php56:1.0.0
volumes:
- "./modstart:/data/website/modstart:rw"
links:
- ms_mysql
ms_mysql:
image: mysql:5.6.29
environment:
MYSQL_ROOT_PASSWORD: "123456"
volumes:
- "./docker_config/mysql_init.sql:/docker-entrypoint-initdb.d/setup.sql"
- "./data/mysql:/var/lib/mysql"
ports:
- "23306:3306"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fsj2001/ModStart_Docker.git
git@gitee.com:fsj2001/ModStart_Docker.git
fsj2001
ModStart_Docker
ModStart_Docker
master

搜索帮助