mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Missed one typo while fixing another... on the same line. Deplorable effort on my part! @bradleyfalzon
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
### Install Gogs With Docker
 | 
					### 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'
 | 
					DB_TYPE="YOUR_DB_TYPE"            # type of database, support 'mysql' and 'postgres'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user