Skip to content

Instantly share code, notes, and snippets.

@weslley39
Created May 29, 2015 19:21
Show Gist options
  • Save weslley39/a67e7b6244809832e718 to your computer and use it in GitHub Desktop.
Save weslley39/a67e7b6244809832e718 to your computer and use it in GitHub Desktop.
config.vm.synced_folder "../app", "/home/vagrant/app", type: "nfs", mount_options: ['nolock', 'vers=3', 'udp', 'noatime', 'actimeo=1']
# A private dhcp network is required for NFS to work (on Windows hosts, at least)
config.vm.network "private_network", type: "dhcp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment