From 613a5aecfb63dca38b71d9011955e2b0c9c838c0 Mon Sep 17 00:00:00 2001 From: blobt <380255922@qq.com> Date: Thu, 19 Dec 2019 06:40:56 +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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acabf67..89f3fdf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# docker_env +# 热爱web团队Docker开发环境 +### 环境启动 +```shell +$ docker-compose up -d +``` +### 环境停止 +```shell +$ docker-compose down +```