summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-04-23 17:48:44 -0600
committer无闻 <joe2010xtmf@163.com>2014-04-23 17:48:44 -0600
commit51550e5b2efc876765da75374bbd2868195f5c89 (patch)
treefbfc0098f320dfdeebf0609ea7b89522d480036f
parent912481019f248e8a0c2d6fdc212851a8de228632 (diff)
parenteb4691cb2f11665fe39b64a860145a7ec73674e1 (diff)
downloadgitea-51550e5b2efc876765da75374bbd2868195f5c89.tar.gz
gitea-51550e5b2efc876765da75374bbd2868195f5c89.zip
Merge pull request #114 from deringer/dev
Missed one typo while fixing another... on the same line. Deplorable eff...
-rw-r--r--dockerfiles/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/README.md b/dockerfiles/README.md
index a869c5f00d..fc27bdf4f8 100644
--- a/dockerfiles/README.md
+++ b/dockerfiles/README.md
@@ -1,6 +1,6 @@
### Install Gogs With Docker
-Deplying 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:
+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:
```
DB_TYPE="YOUR_DB_TYPE" # type of database, support 'mysql' and 'postgres'