Skip to content

Commit

Permalink
Use nsf for better vagrant performance
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPetrov committed Feb 12, 2015
1 parent 260854f commit ec501c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Vagrant.configure("2") do |config|
config.vm.box = "scotch/box"
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.hostname = "scotchbox"
config.vm.synced_folder ".", "/var/www/public", :mount_options => ["dmode=777", "fmode=666"]
config.vm.synced_folder ".", "/var/www/public", nfs: true

end
end

0 comments on commit ec501c8

Please sign in to comment.