Update README.md

pull/237/head
khs1994 2017-11-23 10:55:12 +08:00
parent fef878d1f3
commit 457813a231
1 changed files with 1 additions and 3 deletions

View File

@ -20,11 +20,9 @@
```bash
$ git clone --depth=1 https://github.com/yeasy/docker_practice.git
# 如果您使用的 Docker 版本低于 1.13.0 请执行 $ git clone -b bump-0.8 --depth=1 https://github.com/yeasy/docker_practice.git
$ cd docker_practice
$ docker-compose pull # 如果您位于国外,这一步请改为 $ docker-compose build
$ docker-compose pull
$ docker-compose up
```