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.
 
 
 
 
blobt 66440957dc 更新 'README.md' 5 years ago
mongodb setup php 5 years ago
mysql mysql setip 5 years ago
nginx setup php 5 years ago
php-fpm docker compose 基本测试完成 5 years ago
redis redis setup 5 years ago
README.md 更新 'README.md' 5 years ago
docker-compose.yml docker compose 基本测试完成 5 years ago

README.md

热爱web团队Docker开发环境

环境启动

$ docker-compose up -d

环境停止

$ docker-compose down

重要文件文件

mysql/nginx/log

./mysql/etc/my.cnf # MySQL配置文件

nginx

./nginx/conf/nginx.conf # nginx配置文件
./nginx/conf/vhost # nginx vhost目录
./nginx/logs # nginx 日志
./nginx/www  # nginx 代码目录 

php-fpm

./php-fpm/etc/php.ini # php配置文件