0 Star 0 Fork 0

Docker-Web服务器 / nginx_php74

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daley 提交于 2020-12-13 20:08 . init
version: "3"
services:
web:
image: registry.cn-shenzhen.aliyuncs.com/hansheng/nginx_php:7.4
ports:
- "8050:80"
volumes:
- "./web:/home/web"
- "./nginx/conf/nginx.conf:/usr/local/nginx/conf/nginx.conf"
- "./nginx/logs:/usr/local/nginx/logs"
- "./php/php.ini:/usr/local/php/lib/php.ini"
Docker
1
https://gitee.com/general-wen-deployment/nginx_php74.git
git@gitee.com:general-wen-deployment/nginx_php74.git
general-wen-deployment
nginx_php74
nginx_php74
master

搜索帮助