Skip to content

Instantly share code, notes, and snippets.

@iambryancs
Last active December 9, 2016 16:48
Show Gist options
  • Save iambryancs/56b6509dc706e80cc651e6bffc836bd8 to your computer and use it in GitHub Desktop.
Save iambryancs/56b6509dc706e80cc651e6bffc836bd8 to your computer and use it in GitHub Desktop.
Vagrant forwarded ports
config.vm.network "forwarded_port", guest: 8080, host: 8080
config.vm.network "forwarded_port", guest: 8000, host: 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment