# dnmp **Repository Path**: lancezhen/dnmp ## Basic Information - **Project Name**: dnmp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用说明 1,执行安装脚本 ```bash cd ~ #安裝目录 git clone https://gitee.com/lancezhen/dnmp.git cd dnmp chmod +x ./install.sh && ./install.sh ``` 2,根据需要配置.env文件 ```text NGINX_HOST_HTTP_PORT=8080 #Nginx监听的http端口 NGINX_HOST_HTTPS_PORT=4430 #Nginx监听的https端口 ``` > 建议保持默认,然后在宿主机使用Nginx配置反向代理 3,执行`docker-compose up -d`启动docker服务。 4,访问`http://x.x.x.x:8080`