浏览代码

Merge pull request #1788 from dotcloud/1787-deprecate-port-forwarding

deployment, issue #1787: Remove deprecated port forwarding from /Vagrantfile
Daniel Mizyrycki 12 年之前
父节点
当前提交
3a6868bc2f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Vagrantfile

+ 0 - 1
Vagrantfile

@@ -12,7 +12,6 @@ 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?