Mention NFS support on readme
This commit is contained in:
parent
bbdbc5beba
commit
5b9edb2b8b
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ from within your `Vagrantfile`:
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.box = 'your-box'
|
config.vm.box = 'your-box'
|
||||||
config.cache.auto_detect = true
|
config.cache.auto_detect = true
|
||||||
|
# If you are using VirtualBox, you might want to enable NFS for shared folders
|
||||||
|
# config.cache.enable_nfs = true
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue