Browse Source

更新 'README.md'

master
blobt 5 years ago
parent
commit
66440957dc
  1. 26
      README.md

26
README.md

@ -1,10 +1,32 @@
# 热爱web团队Docker开发环境 # 热爱web团队Docker开发环境
### 环境启动
## 环境启动
```shell ```shell
$ docker-compose up -d $ docker-compose up -d
``` ```
### 环境停止
## 环境停止
```shell ```shell
$ docker-compose down $ 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配置文件
```
Loading…
Cancel
Save