mirror of
				https://github.com/coturn/coturn.git
				synced 2025-10-31 23:11:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			89 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			89 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| ### init db with coturn schema
 | |
| FROM postgres
 | |
| 
 | |
| ADD schema.sql /docker-entrypoint-initdb.d
 |