fix: use rsync for syned folder

This commit is contained in:
2024-09-29 23:31:00 +02:00
parent 6e53206fbb
commit 8903a0b843

1
example/Vagrantfile vendored
View File

@@ -15,6 +15,7 @@ Vagrant.configure('2') do |config|
lv.nested = true
lv.keymap = 'ch'
lv.machine_virtual_size = VM_ROOT_DISK_SIZE_GB
config.vm.synced_folder '.', '/vagrant', type: 'rsync'
end
ip = '10.10.10.2'
config.vm.network :private_network,