Skip to content

Instantly share code, notes, and snippets.

@jcockhren
Created August 13, 2015 14:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcockhren/ee10e6c66d7eb8f410f5 to your computer and use it in GitHub Desktop.
Save jcockhren/ee10e6c66d7eb8f410f5 to your computer and use it in GitHub Desktop.
Port Forwarding for st2 (vagrant)
config.vm.network :forwarded_port, guest: 8080, host: 8080
config.vm.network :forwarded_port, guest: 9100, host: 9100
config.vm.network :forwarded_port, guest: 9101, host: 9101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment