Merge pull request #630 from richardiux/patch-1
A name is not required for the forwarding port (Vagrantfile)
This commit is contained in:
commit
2efa076142
|
@ -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