Skip to content

Commit

Permalink
Fix Vagrant box path
Browse files Browse the repository at this point in the history
  • Loading branch information
noxiouz committed Sep 26, 2014
1 parent fe2d5bf commit 3435278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Vagrant.configure("2") do |config|
# plain precise64 box with kernel upgraded to 3.8
# and GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"
config.vm.box = "precise64-docker"
config.vm.box_url = "http://repo.reverbrain.com/vagrant-base/precise64-docker.box"
config.vm.box_url = "https://github.com/cocaine/cocaine-vagrant/releases/download/v0.11/precise64-docker.box"

# config.vm.network :forwarded_port, guest: 80, host: 48080
config.vm.network "private_network", ip: "10.11.12.13"
Expand Down

0 comments on commit 3435278

Please sign in to comment.