docker: disable iptables to fix bad security
This commit is contained in:
		
							parent
							
								
									1c5cdc9e27
								
							
						
					
					
						commit
						84e26f0573
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -4,6 +4,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  virtualisation.docker = {
 | 
					  virtualisation.docker = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
 | 
					    daemon.settings = {
 | 
				
			||||||
 | 
					      "iptables" = false;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
    autoPrune = {
 | 
					    autoPrune = {
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      dates = "monthly";
 | 
					      dates = "monthly";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue