Update to Vagrantfile template. A name is not required for the forwarding port.
This commit is contained in:
parent
8c00d1d652
commit
ec9a6182a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue