Skip to content
Snippets Groups Projects
Commit dea6e47d authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #993 from foozmeat/patch-1

Use NFS for the shared folder because it dramatically decreases latency for git operations.
parents 5442083b c19e0f12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment