diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-04-22 16:07:49 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-04-22 16:07:49 -0400 |
commit | f0cdf30134e62be6bf5924735a6145769e495cfc (patch) | |
tree | 505aa7422718b42a5f87ee116ede2bc56b09d4df /dockerfiles/README.md | |
parent | dbdaf934e1b8fab06361266268bb55d30b352f37 (diff) | |
parent | 22bb5104c8a0d585ea0e538410af1044bc2c1505 (diff) | |
download | gitea-f0cdf30134e62be6bf5924735a6145769e495cfc.tar.gz gitea-f0cdf30134e62be6bf5924735a6145769e495cfc.zip |
Merge pull request #100 from gramakri/grammar-fix
Fix grammar
Diffstat (limited to 'dockerfiles/README.md')
-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 cb9221d9c8..814d36f642 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" ``` |