Commit 8824c5e4ec7e674adfa03721ab4a2d00ffa8c99d
1 parent
62da00b2
Exists in
master
and in
39 other branches
Using NFS again
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Vagrantfile
... | ... | @@ -73,6 +73,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
73 | 73 | # the path on the guest to mount the folder. And the optional third |
74 | 74 | # argument is a set of non-required options. |
75 | 75 | # config.vm.synced_folder "../data", "/vagrant_data" |
76 | + config.vm.synced_folder ".", "/vagrant", type: "nfs" | |
76 | 77 | |
77 | 78 | # Provider-specific configuration so you can fine-tune various |
78 | 79 | # backing providers for Vagrant. These expose provider-specific options. | ... | ... |