From 562a7d218e4cb88b3fa69594584b99cf4e30709e Mon Sep 17 00:00:00 2001 From: Ikagwu Date: Sat, 17 Dec 2022 18:33:08 +0100 Subject: [PATCH] change to vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index b6ac8c7..0aa8816 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ubuntu/trusty64" # Create a private network, which allows host-only access to the machine using a specific IP. - config.vm.network "private_network", ip: "192.168.33.22" + config.vm.network "private_network", ip: "192.168.33.100" # Share an additional folder to the guest VM. The first argument is the path on the host to the actual folder. # The second argument is the path on the guest to mount the folder.