docker: fix logging for bitbucket runner
This commit is contained in:
		
							parent
							
								
									cc0ddda78a
								
							
						
					
					
						commit
						a767f8a0a6
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
					@ -12,6 +12,14 @@
 | 
				
			||||||
        "--volumes"
 | 
					        "--volumes"
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    daemon.settings = {
 | 
				
			||||||
 | 
					      # needed by bitbucket runner ???
 | 
				
			||||||
 | 
					      log-driver = "json-file";
 | 
				
			||||||
 | 
					      log-opts = {
 | 
				
			||||||
 | 
					        max-size = "10m";
 | 
				
			||||||
 | 
					        max-file = "3";
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  programs.extra-container.enable = true;
 | 
					  programs.extra-container.enable = true;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue