Try to fetch from remote.

This commit is contained in:
hxsherry
2018-01-29 23:57:49 +08:00
parent 70393639d9
commit f5a0284932
2 changed files with 13 additions and 2 deletions

View File

@ -52,6 +52,18 @@
![](https://raw.githubusercontent.com/eyebluecn/tank/master/build/doc/img/mobile.png) ![](https://raw.githubusercontent.com/eyebluecn/tank/master/build/doc/img/mobile.png)
### 使用Docker 安装
** a) 下载文件 `docker-compose.yml` **
`docker-compose.yml`内容如下:
```
```
** b) `docker-compose.yml` **
### 安装 ### 安装
** a) 准备工作 ** ** a) 准备工作 **

View File

@ -13,8 +13,7 @@ services:
MYSQL_PASSWORD: tank123 MYSQL_PASSWORD: tank123
tank: tank:
build: . image: eyeblue/tank:1.0.2
image: tank:1.0.2
depends_on: depends_on:
- db - db
ports: ports: