Docker + nginx + MySQL + PHP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
xiaoz c46f984523 fix bug 2 months ago
mysql 添加运行脚本 5 months ago
nginx update version 5 months ago
php74 添加运行脚本 5 months ago
redis 优化配置文件 4 months ago
wwwroot/default 优化nginx,添加定时配置检测 5 months ago
.env.simple 添加运行脚本 5 months ago
LICENSE Initial commit 3 years ago
README.md update 2 months ago
dnmp.sh fix bug 2 months 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 init
# install redis
bash dnmp.sh start redis
# install phpmyadmin
bash dnmp.sh install runtime
bash dnmp.sh install phpmyadmin

Common commands

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