diff --git a/Vagrantfile b/Vagrantfile index 6b0ae1b..50aee77 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -21,6 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # 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: 7000, host: 8000 + config.vm.network :forwarded_port, guest: 5280, host: 5280 # Create a private network, which allows host-only access to the machine # using a specific IP. -- libgit2 0.21.2