diff --git a/Vagrantfile b/Vagrantfile index 6d22c10..6b0ae1b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,7 +20,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # within the machine from a port on the host machine. In the example below, # accessing "localhost:8080" will access port 80 on the guest machine. config.vm.network :forwarded_port, guest: 80, host: 8080 - config.vm.network :forwarded_port, guest: 8000, host: 8000 + config.vm.network :forwarded_port, guest: 7000, host: 8000 # Create a private network, which allows host-only access to the machine # using a specific IP. -- libgit2 0.21.2