From 6d4f3639aa7a868b175423e90c16fb39ff42258a Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 10 Oct 2014 16:09:24 -0300 Subject: [PATCH] Missed port forwarding --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 302f341..9973456 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,4 +13,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| end config.vm.provision 'shell', path: 'vagrant.sh' + + config.vm.network :forwarded_port, guest: 8000, host: 8000 # Colab (runserver) end -- libgit2 0.21.2