mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Corrected Vagrant box URL
This commit is contained in:
2
dev/vagrant/dolibarrdev/Vagrantfile
vendored
2
dev/vagrant/dolibarrdev/Vagrantfile
vendored
@@ -1,6 +1,6 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "debian-wheezy72-x64-vbox43"
|
||||
config.vm.box_url = "https://puphpet.s3.amazonaws.com/debian-wheezy72-x64-vbox43.box"
|
||||
config.vm.box_url = "http://box.puphpet.com/debian-wheezy72-x64-vbox43.box"
|
||||
|
||||
config.vm.network "private_network", ip: "192.168.42.101"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user