5 lines
		
	
	
		
			71 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			71 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM redis:latest
 | |
| 
 | |
| COPY ./redis.conf /etc/redis/redis.conf
 | |
| 
 | |
| EXPOSE 6379 |