Skip to content

Instantly share code, notes, and snippets.

@gigo6000
Created January 28, 2019 22:01
Show Gist options
  • Save gigo6000/a482a9a112db1b38e55a71f1979e4a38 to your computer and use it in GitHub Desktop.
Save gigo6000/a482a9a112db1b38e55a71f1979e4a38 to your computer and use it in GitHub Desktop.
Vagrantfile use NFS
### Uncomment the following lines to use NFS:
config.vm.synced_folder ".", "/vagrant",
id: "core",
:nfs => true
config.vm.network :private_network, ip: '192.168.50.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment