aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-22 16:10:27 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-22 16:10:27 -0400
commit88072a1e9b43d1760e6f9015c09d4221646080ca (patch)
tree89694c3343d79c77546adc8fbac4d2f502bb148f
parent5435b259ccdfc7795183d54fec9ba673f2938297 (diff)
parentf0cdf30134e62be6bf5924735a6145769e495cfc (diff)
Merge branch 'master' of github.com:gogits/gogs into dev
-rw-r--r--dockerfiles/README.md7
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"
```