Make error message for port collisions more correct [GH-1312]

This commit is contained in:
Mitchell Hashimoto 2013-01-30 21:07:55 -08:00
parent f713082280
commit e5f8faeeea
1 changed files with 3 additions and 3 deletions

View File

@ -561,9 +561,9 @@ en:
Forwarded port: %{guest_port} => %{host_port}
collision_error: |-
Vagrant cannot forward the specified ports on this VM, since they
would collide with another VirtualBox virtual machine's forwarded
ports! The forwarded port to %{host_port} is already in use on the host
machine.
would collide with some other application that is already listening
on these ports. The forwarded port to %{host_port} is already in use
on the host machine.
To fix this, modify your current projects Vagrantfile to use another
port. Example, where '1234' would be replaced by a unique host port: