forked from e621ng/e621ng
remove explicit mount type configuration
This commit is contained in:
parent
5173bd45cf
commit
85f87cc280
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -18,7 +18,7 @@ Vagrant.configure('2') do |config|
|
||||
node.vm.network :private_network, ip: '192.168.64.78'
|
||||
end
|
||||
|
||||
config.vm.synced_folder '.', '/vagrant', type: 'nfs'
|
||||
config.vm.synced_folder '.', '/vagrant'
|
||||
|
||||
config.vm.provision 'shell', path: 'vagrant/install.sh'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user