使用docker 搭建 php + nginx + fpm 环境

1. 安装docker后 2.下载nginx 官方镜像和php-fpm 镜像  3..docker images 查看拉取到本地的镜像 4.docker cp nginx:/etc/nginx/conf.d/default.conf ./default.conf (复制nginx 配置文件) 5.修改default.conf配置文件 6.docker cp default.conf nginx:/
相关文章
相关标签/搜索