Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coosir committed Jan 29, 2022
1 parent 60c6e78 commit 35a68c1
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
DevEnv 是一款全功能的**Docker 开发环境**
###DevEnv 是一款全功能的 **Docker 开发环境**



**可选配的常用服务:**

可选配的常用服务:
- 多PHP版本:PHP5.4、PHP5.6、PHP7.1-7.3
- Web服务:Nginx、Openresty
- 数据库:MySQL5、MySQL8、Redis、memcached、MongoDB
Expand All @@ -9,6 +12,21 @@ DevEnv 是一款全功能的**Docker 开发环境**
- 可观测性:ElasticSearch、Logstash、Kibana、Prometheus、Grafana、Jaeger
- 其他:etcd

参考项目:
[**[dnmp]**](https://github.com/yeszao/dnmp)
[**[gonivinck]**](https://github.com/nivin-studio/gonivinck)


**使用方法:**

先复制配置文件

```sh
cp docker-compose.sample.yml docker-compose.yml
cp env.sample .env
```
按需调整配置后即可启动
```sh
docker-compose up -d
```



参考项目:[dnmp](https://github.com/yeszao/dnmp), [gonivinck](https://github.com/nivin-studio/gonivinck)

0 comments on commit 35a68c1

Please sign in to comment.