mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	
							
								
								
									
										5
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							@@ -12,4 +12,9 @@ Vagrant.configure(VAGRANT_API_VERSION) do |config|
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # Networking details
 | 
					  # Networking details
 | 
				
			||||||
  config.vm.network "private_network", ip: "172.28.128.4"
 | 
					  config.vm.network "private_network", ip: "172.28.128.4"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  config.vm.provider "virtualbox" do |vb|
 | 
				
			||||||
 | 
					    # Customize the amount of memory on the VM:
 | 
				
			||||||
 | 
					    vb.memory = "1024"
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user