mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 12:51:28 +07:00
Set IP
This commit is contained in:
parent
632d9f1256
commit
079fabbd21
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -9,7 +9,7 @@ Vagrant.configure("2") do |config|
|
||||
vb.memory = 8192
|
||||
end
|
||||
|
||||
config.vm.network "public_network"
|
||||
config.vm.network "public_network", ip: "192.168.1.50"
|
||||
|
||||
config.disksize.size = '100GB'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user