example/Vagrantfile in vagrant-docker-compose-0.0.7 vs example/Vagrantfile in vagrant-docker-compose-0.0.8
- old
+ new
@@ -6,10 +6,10 @@
puts "Dependencies installed, please try the command again."
exit
end
Vagrant.configure("2") do |config|
- config.vm.box = "ubuntu/trusty64"
+ config.vm.box = "hashicorp/precise64"
config.vm.network(:forwarded_port, guest: 8080, host: 8080)
config.vm.provision :shell, inline: "apt-get update"
config.vm.provision :docker