mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-31 10:08:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			160 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			160 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM nginx:alpine
 | |
| 
 | |
| RUN apk add --no-cache nginx-mod-http-lua
 | |
| 
 | |
| COPY nginx.conf.default /etc/nginx/nginx.conf.default
 | |
| 
 | |
| COPY start.sh /start.sh
 | |
| 
 | |
| CMD ["/start.sh"]
 | 
