Update to Vagrantfile template. A name is not required for the forwarding port.

master
Richard Millan 2012-01-08 20:10:37 -08:00
parent 8c00d1d652
commit ec9a6182a8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Vagrant::Config.run do |config|
# Forward a port from the guest to the host, which allows for outside
# computers to access the VM, whereas host only networking does not.
# config.vm.forward_port "http", 80, 8080
# config.vm.forward_port 80, 8080
# Share an additional folder to the guest VM. The first argument is
# an identifier, the second is the path on the guest to mount the