From 184f1ae135d37ea33795f5140047467d718af545 Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Thu, 24 Apr 2014 08:20:23 +0930 Subject: [PATCH 1/2] fixed typo --- dockerfiles/README.md | 4 ++-- 1 file 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~ From eb4691cb2f11665fe39b64a860145a7ec73674e1 Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Thu, 24 Apr 2014 09:12:34 +0930 Subject: [PATCH 2/2] Missed one typo while fixing another... on the same line. Deplorable effort on my part! @bradleyfalzon --- dockerfiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'