Merge pull request #273 from mkuron/patch-1
ipv6nat: automatically load kernel modules if needed
This commit is contained in:
		@@ -272,6 +272,7 @@ services:
 | 
				
			|||||||
      network_mode: "host"
 | 
					      network_mode: "host"
 | 
				
			||||||
      volumes:
 | 
					      volumes:
 | 
				
			||||||
      - /var/run/docker.sock:/var/run/docker.sock:ro
 | 
					      - /var/run/docker.sock:/var/run/docker.sock:ro
 | 
				
			||||||
 | 
					      - /lib/modules:/lib/modules:ro
 | 
				
			||||||
 | 
					
 | 
				
			||||||
networks:
 | 
					networks:
 | 
				
			||||||
  mailcow-network:
 | 
					  mailcow-network:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user