mirror of https://github.com/flarum/flarum
parent
d9aad26b8e
commit
6ddec4834b
|
@ -103,7 +103,7 @@ Vagrant.configure("2") do |config|
|
||||||
config.vm.synced_folder ".", "/vagrant",
|
config.vm.synced_folder ".", "/vagrant",
|
||||||
id: "core",
|
id: "core",
|
||||||
:nfs => true,
|
:nfs => true,
|
||||||
:mount_options => ['nolock,vers=3,udp,noatime']
|
:mount_options => ['nolock,vers=3,udp,noatime,actimeo=1']
|
||||||
|
|
||||||
# If using VirtualBox
|
# If using VirtualBox
|
||||||
config.vm.provider :virtualbox do |vb|
|
config.vm.provider :virtualbox do |vb|
|
||||||
|
|
Loading…
Reference in New Issue