Browse code

add 4243 port forward

Victor Vieux authored on 2013/05/15 09:41:19
Showing 1 changed files
... ...
@@ -10,6 +10,7 @@ Vagrant::Config.run do |config|
10 10
   # Setup virtual machine box. This VM configuration code is always executed.
11 11
   config.vm.box = BOX_NAME
12 12
   config.vm.box_url = BOX_URI
13
+  config.vm.forward_port 4243, 4243
13 14
 
14 15
   # Provision docker and new kernel if deployment was not done
15 16
   if Dir.glob("#{File.dirname(__FILE__)}/.vagrant/machines/default/*/id").empty?