Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Created June 23, 2012 18:35
Show Gist options
  • Save mrrooijen/2979359 to your computer and use it in GitHub Desktop.
Save mrrooijen/2979359 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
config.vm.box = "lucid32"
config.vm.customize ["modifyvm", :id, "--memory", 2048]
config.vm.network :hostonly, "192.168.33.10"
config.vm.forward_port 8080, 5080
config.vm.forward_port 8443, 5443
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment