From 59bdea424328536a6479d7109c5b03f14ca7e8f2 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 27 Aug 2013 18:46:15 -0300 Subject: [PATCH] Adding port mapping for 5280 on vagrant --- Vagrantfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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