Change ip

This commit is contained in:
Wilfried OLLIVIER 2019-07-10 19:25:57 +02:00
parent e25c79da76
commit 2a8106dcfb
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -80,7 +80,7 @@ Vagrant.configure("2") do |config|
vb.cpus = 1
# IP
override.vm.network :private_network, ip: "192.142.42.43"
override.vm.network :private_network, ip: "192.168.42.43"
end