Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Vagrant cannot forward the specified ports on this VM, since they
- would collide with some other application that is already listening
- on these ports. The forwarded port to 6080 is already in use
- on the host machine.
- To fix this, modify your current project's Vagrantfile to use another
- port. Example, where '1234' would be replaced by a unique host port:
- config.vm.network :forwarded_port, guest: 6080, host: 1234
Advertisement
Add Comment
Please, Sign In to add comment