1 Star 0 Fork 8

Alan/ModStart-Docker

forked from MZ/ModStart_Docker 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 641 Bytes
一键复制 编辑 原始数据 按行查看 历史
server 提交于 2021-10-22 10:48 +08:00 . init
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"
- "${PWD}data/mysql:/var/lib/mysql"
ports:
- "23306:3306"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/12131213/ModStartDocker.git
git@gitee.com:12131213/ModStartDocker.git
12131213
ModStartDocker
ModStart-Docker
master

搜索帮助