From 8438180990c9a73b047c12d4b1a6a1e665970a1e Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 2 Aug 2013 18:54:42 -0300 Subject: [PATCH] Mapping port (guest 7000 to host 8000) --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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