]> source.dussan.org Git - gitea.git/commitdiff
Fix grammar
authorGirish Ramakrishnan <girish@forwardbias.in>
Tue, 22 Apr 2014 19:49:22 +0000 (12:49 -0700)
committerGirish Ramakrishnan <girish@forwardbias.in>
Tue, 22 Apr 2014 19:49:22 +0000 (12:49 -0700)
dockerfiles/README.md

index cb9221d9c820cd46404a8f42b9b3bb6fd48e434b..814d36f642abd1fc8266b080168375fc213d2e98 100644 (file)
@@ -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"
 ```