# docker_lnmp_demo **Repository Path**: asdlin/docker_lnmp_demo ## Basic Information - **Project Name**: docker_lnmp_demo - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2021-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker_lnmp_demo #### 介绍 基于docker的lnmp环境 php7.4 nginx1.15 mysql8.0 redis5.0.5 swoole4.6.7 ### 使用方法 请先确保已安装docker与docker-compose bin目录下执行 `docker-compose up -d --force-recreate --remove-orphans` 容器启动后浏览器访问`127.0.0.1:8099`出现phpinfo的信息表示OK ### 参考博客 `https://learnku.com/articles/39417`