mirror of
https://github.com/sascha-hemi/ufw-docker.git
synced 2026-03-21 05:06:37 +01:00
change default nic type
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -9,6 +9,7 @@ Vagrant.configure('2') do |config|
|
||||
|
||||
config.vm.provider 'virtualbox' do |vb|
|
||||
vb.memory = '1024'
|
||||
vb.default_nic_type = "virtio"
|
||||
end
|
||||
|
||||
ip_prefix="192.168.56"
|
||||
|
||||
Reference in New Issue
Block a user