Last active
December 9, 2016 16:48
-
-
Save iambryancs/56b6509dc706e80cc651e6bffc836bd8 to your computer and use it in GitHub Desktop.
Vagrant forwarded ports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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