Remove Packer Port Forwards

Removes port forwarding from Win10 template
This commit is contained in:
Chris Long
2019-07-17 22:44:50 -07:00
committed by GitHub
parent 0a7f7a16e8
commit 926a1ab3ef

View File

@@ -15,9 +15,6 @@ Vagrant.configure("2") do |config|
config.vm.guest = :windows
config.windows.halt_timeout = 15
config.vm.network :forwarded_port, guest: 3389, host: 3389, id: "rdp", auto_correct: true
config.vm.network :forwarded_port, guest: 22, host: 2222, id: "ssh", auto_correct: true
config.vm.provider :virtualbox do |v, override|
#v.gui = true
v.customize ["modifyvm", :id, "--memory", 2048]