mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-11-04 04:17:27 +00:00 
			
		
		
		
	rename mail disable override file fixes #74 Signed-off-by: Felix Bartels <felix@host-consultants.de>
		
			
				
	
	
		
			8 lines
		
	
	
		
			96 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			96 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
version: "3.5"
 | 
						|
 | 
						|
services:
 | 
						|
  # disable services
 | 
						|
  mail:
 | 
						|
    image: hello-world
 | 
						|
    restart: "no"
 |