mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-30 18:07:46 +00:00 
			
		
		
		
	* adapt webapp container for new php base image * clean out webapp dockerfile * complete switch of webapp to php-fpm * update config in web container * update readme * remove logging config from docker-compose.yml * add php container to tagging and publishing
		
			
				
	
	
		
			11 lines
		
	
	
		
			192 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			192 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| :9080 {
 | |
| 	errors stderr
 | |
| 
 | |
| 	alias /webapp/ /usr/share/kopano-webapp/
 | |
| 	fastcgi2 /webapp/ /run/php/php7.0-fpm.sock php {
 | |
| 		without /webapp/
 | |
| 		root /usr/share/kopano-webapp/
 | |
| 	}
 | |
| 	folderish /webapp
 | |
| }
 |