summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dyrynda <michael@nucleus.com.au>2014-04-24 09:12:34 +0930
committerMichael Dyrynda <michael@nucleus.com.au>2014-04-24 09:12:34 +0930
commiteb4691cb2f11665fe39b64a860145a7ec73674e1 (patch)
treefbfc0098f320dfdeebf0609ea7b89522d480036f
parent184f1ae135d37ea33795f5140047467d718af545 (diff)
downloadgitea-eb4691cb2f11665fe39b64a860145a7ec73674e1.tar.gz
gitea-eb4691cb2f11665fe39b64a860145a7ec73674e1.zip
Missed one typo while fixing another... on the same line. Deplorable effort on my part! @bradleyfalzon
-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'