Created
May 29, 2015 19:21
-
-
Save weslley39/a67e7b6244809832e718 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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