diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-22 16:10:27 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-22 16:10:27 -0400 |
commit | 88072a1e9b43d1760e6f9015c09d4221646080ca (patch) | |
tree | 89694c3343d79c77546adc8fbac4d2f502bb148f | |
parent | 5435b259ccdfc7795183d54fec9ba673f2938297 (diff) | |
parent | f0cdf30134e62be6bf5924735a6145769e495cfc (diff) |
Merge branch 'master' of github.com:gogits/gogs into dev
-rw-r--r-- | dockerfiles/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dockerfiles/README.md b/dockerfiles/README.md index cb9221d9..814d36f6 100644 --- a/dockerfiles/README.md +++ b/dockerfiles/README.md @@ -4,11 +4,12 @@ #### Gogs With MySQL -Deply gogs in [Docker](http://www.docker.io/) is just as easy as eating a pie, what you do is just open the `dockerfiles/build.sh` file, replace the confis: +Deploying gogs in [Docker](http://www.docker.io/) is just as easy as eating a pie, what you do is just open the `dockerfiles/build.sh` file, replace the configs: ``` -MYSQL_PASSWORD="YOUR_MYSQL_PASSWORD" -MYSQL_RUN_NAME="YOUR_MYSQL_RUN_NAME" +DB_TYPE="mysql" +DB_PASSWORD="YOUR_MYSQL_PASSWORD" +DB_RUN_NAME="YOUR_MYSQL_RUN_NAME" HOST_PORT="YOUR_HOST_PORT" ``` |