about summary refs log tree commit diff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorVirtuBox <contact@virtubox.net>2017-04-06 19:11:39 +0200
committerGitHub <noreply@github.com>2017-04-06 19:11:39 +0200
commitc441208e29cc86cbf514851879bdaa9130351b22 (patch)
treef2553a71516f4c33db5d241fb46a1d84e1a3380c /Vagrantfile
parent28fb01c71aea96e66bc639917206f5472ca2d34f (diff)
parent5e6382891706199ade801cd6337069b7d6f307cb (diff)
Merge branch 'master' into patch-1
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 154d0e895..b93ec9fa2 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -97,6 +97,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
     config.hostsupdater.remove_on_suspend = false
   end
 
+  config.vm.synced_folder ".", "/vagrant", type: "nfs", mount_options: ['rw', 'vers=3', 'tcp']
+
   # Otherwise, you can access the site at http://localhost:3000
   config.vm.network :forwarded_port, guest: 80, host: 3000