From 66440957dcbee4b3129917bb804010d833ee3060 Mon Sep 17 00:00:00 2001 From: blobt <380255922@qq.com> Date: Thu, 19 Dec 2019 06:53:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89f3fdf..36b1b4b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,32 @@ # 热爱web团队Docker开发环境 -### 环境启动 + +## 环境启动 ```shell $ docker-compose up -d ``` -### 环境停止 +## 环境停止 ```shell $ docker-compose down ``` + +## 重要文件文件 + +### mysql/nginx/log +```shell +./mysql/etc/my.cnf # MySQL配置文件 +``` + +### nginx +```shell +./nginx/conf/nginx.conf # nginx配置文件 +./nginx/conf/vhost # nginx vhost目录 +./nginx/logs # nginx 日志 +./nginx/www # nginx 代码目录 +``` + +### php-fpm +```shell +./php-fpm/etc/php.ini # php配置文件 +``` +