Przeglądaj źródła

add 4243 port forward

Victor Vieux 12 lat temu
rodzic
commit
c75942c79d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Vagrantfile

+ 1 - 0
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?