summaryrefslogtreecommitdiffstats
path: root/dockerfiles
diff options
context:
space:
mode:
authorMichael Dyrynda <michael@nucleus.com.au>2014-04-24 08:20:23 +0930
committerMichael Dyrynda <michael@nucleus.com.au>2014-04-24 08:20:23 +0930
commit184f1ae135d37ea33795f5140047467d718af545 (patch)
tree98ddb3c5c9352b238cb2979dc58741b9577c8f46 /dockerfiles
parent9abb37b45e0213ce2922ba2fc543b15cec7814bb (diff)
downloadgitea-184f1ae135d37ea33795f5140047467d718af545.tar.gz
gitea-184f1ae135d37ea33795f5140047467d718af545.zip
fixed typo
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/dockerfiles/README.md b/dockerfiles/README.md
index cbf582d0da..a869c5f00d 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 confis:
+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:
```
DB_TYPE="YOUR_DB_TYPE" # type of database, support 'mysql' and 'postgres'
@@ -37,4 +37,4 @@ http://YOUR_HOST_IP:YOUR_HOST_PORT
```
Let's 'gogs'!
-Ouya~ \ No newline at end of file
+Ouya~