mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-10 13:38:32 +02:00
change default nic type
This commit is contained in:
parent
f3cf64d598
commit
0df69e787c
1 changed files with 1 additions and 0 deletions
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue