Docker + nginx + MySQL + PHP
 
 
 
xiaoz ef467b254c fix bug 3 weeks ago
mysql 添加运行脚本 1 year ago
nginx update version 1 year ago
php74 添加运行脚本 1 year ago
redis Update redis.conf 9 months ago
wwwroot/default 优化nginx,添加定时配置检测 1 year ago
.env.simple 一些优化 3 weeks ago
LICENSE Initial commit 4 years ago
README.md fix bug 3 weeks ago
dnmp.sh fix bug 3 weeks ago
docker-compose.yaml fix bugs 3 weeks ago

README.md

DNMP

Learn more about how DNMP can streamline your development process and make your projects more efficient.

Install

git clone https://github.com/helloxz/dnmp.git
cd dnmp
bash dnmp.sh run
# install phpmyadmin
bash dnmp.sh install runtime
bash dnmp.sh install phpmyadmin

Common commands

# reload nginx config
docker exec -it nginx xc.sh reload