Update Vagrantfile

This commit is contained in:
Popey Gilbert 2015-03-27 16:32:04 +00:00
parent 88a2cbeef6
commit 5b325c7819

2
Vagrantfile vendored
View file

@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.gui = true
end
config.vm.box = "hashicorp/precise64"
config.vm.box = "ubuntu/trusty64"
config.vm.network "forwarded_port", guest: 3000, host: 3000