Skip to content

Commit

Permalink
Seperate the title and desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicla committed Jan 30, 2018
1 parent 6ba86a5 commit a52deaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
蓝眼云盘在运行时依赖`mysql`数据库,因此最好的方式是使用`docker-compose`来运行,如果你对`docker-compose`不熟悉,可以参考这篇文章:[《Docker Compose 项目》](https://yeasy.gitbooks.io/docker_practice/content/compose/introduction.html)

** 1.准备 docker-compose.yml 文件 **

`docker-compose.yml`描述了镜像启动的数据卷,环境变量,启动方式,依赖项等。该文件位于项目的根目录下,内容如下:
```shell
#docker-compose版本,这里的3不要动
Expand Down Expand Up @@ -122,6 +123,7 @@ services:
```

** 2.运行项目 **

首先保证当前目录是`docker-compose.yml`所在的目录,然后执行以下指令即可运行蓝眼云盘:
```shell
$ docker-compose up -d
Expand Down

0 comments on commit a52deaf

Please sign in to comment.