mirror of
				https://github.com/coturn/coturn.git
				synced 2025-10-30 06:20:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			150 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			150 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| ### init db with coturn schema
 | |
| FROM redis
 | |
| 
 | |
| COPY redis.conf /usr/local/etc/redis/redis.conf
 | |
| CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
 | |
| 
 |