From 922d302ac038b3b96d0ecd298dddc36b96e1d1ed Mon Sep 17 00:00:00 2001 From: jimmyndanga22 Date: Wed, 23 Nov 2022 09:16:05 -0500 Subject: [PATCH] change to vagrant file --- 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.