Skip to content

Instantly share code, notes, and snippets.

@johnkpaul
Created March 28, 2012 17:20
Show Gist options
  • Save johnkpaul/2228388 to your computer and use it in GitHub Desktop.
Save johnkpaul/2228388 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
config.vm.box = "base"
config.vm.network(:hostonly, "33.33.33.10")
config.vm.network(:bridged)
config.vm.forward_port(80, 4567)
en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment