NFS for shared folder requires a private_network (#1263)
This commit is contained in:
		
							parent
							
								
									f3b86c1bda
								
							
						
					
					
						commit
						e22f9819bb
					
				
							
								
								
									
										4
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Vagrantfile
									
									
									
									
										vendored
									
									
								
							| @ -107,7 +107,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | ||||
|     config.hostsupdater.remove_on_suspend = false | ||||
|   end | ||||
| 
 | ||||
|   if config.vm.networks.any? { |type, options| type == :private_network } | ||||
|     config.vm.synced_folder ".", "/vagrant", type: "nfs", mount_options: ['rw', 'vers=3', 'tcp'] | ||||
|   else | ||||
|     config.vm.synced_folder ".", "/vagrant" | ||||
|   end | ||||
| 
 | ||||
|   # Otherwise, you can access the site at http://localhost:3000 | ||||
|   config.vm.network :forwarded_port, guest: 80, host: 3000 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user