mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 20:21:47 +01:00 
			
		
		
		
	Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| session:
 | |
|   image: mysql:latest
 | |
|   environment:
 | |
|     MYSQL_ROOT_PASSWORD: rootpass
 | |
|     MYSQL_DATABASE: gogs_session
 | |
|     MYSQL_USER: gogs
 | |
|     MYSQL_PASSWORD: password
 |