# docker-compose-lnmp **Repository Path**: bushaoxun/docker-compose-lnmp ## Basic Information - **Project Name**: docker-compose-lnmp - **Description**: 用以快速在docker环境下快速部署 LNMP 网站. - **Primary Language**: Docker - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-29 - **Last Updated**: 2021-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-compose-lnmp **应用环境** `Centos,docker, docker-compose, git` **安装使用步骤** ``` git clone https://gitee.com/bushaoxun/docker-compose-lnmp.git cd docker-compose-lnmp docker-compose up -d ``` **web 目录位置, wordpress 站点文件 copy 到这个目录即可** `./nginx/wordpress` **访问** `http://your ip:90` **目录结构** ``` docker-compose-lnmp ├── docker-compose.yml ├── LICENSE ├── nginx │ ├── Dockerfile │ ├── nginx.conf │ ├── wordpress │ │ └── index.php │ └── wordpress.conf ├── php-fpm │ └── Dockerfile └── README.md ```