Guest User

Untitled

a guest
Feb 21st, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Vagrant cannot forward the specified ports on this VM, since they
  2. would collide with some other application that is already listening
  3. on these ports. The forwarded port to 6080 is already in use
  4. on the host machine.
  5.  
  6. To fix this, modify your current project's Vagrantfile to use another
  7. port. Example, where '1234' would be replaced by a unique host port:
  8.  
  9. config.vm.network :forwarded_port, guest: 6080, host: 1234
Advertisement
Add Comment
Please, Sign In to add comment