From 675ff20ee834ecdefad37863108c2e9977e85f8b Mon Sep 17 00:00:00 2001 From: AfolabiAyan <75691674+AfolabiAyan@users.noreply.github.com> Date: Tue, 22 Feb 2022 18:18:33 -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.