From c75942c79da708a350c4a9cf32a5f06f8ca1ab7c Mon Sep 17 00:00:00 2001
From: Victor Vieux <victor@dotcloud.com>
Date: Wed, 15 May 2013 02:41:19 +0200
Subject: [PATCH] add 4243 port forward

---
 Vagrantfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Vagrantfile b/Vagrantfile
index 3d568266af..f5fca10f45 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -10,6 +10,7 @@ Vagrant::Config.run do |config|
   # Setup virtual machine box. This VM configuration code is always executed.
   config.vm.box = BOX_NAME
   config.vm.box_url = BOX_URI
+  config.vm.forward_port 4243, 4243
 
   # Provision docker and new kernel if deployment was not done
   if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?