mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Update Vagrantfile to fix an issue where the VM wouldn't boot
This commit is contained in:
parent
f3f478cca4
commit
cf7ec3b6cf
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -4,7 +4,7 @@ Vagrant.configure("2") do |config|
|
|||
config.hostmanager.manage_host = true
|
||||
|
||||
config.vm.box = 'laravel/homestead-7'
|
||||
config.vm.box_version = '0.2.0'
|
||||
config.vm.box_version = '0.2.1'
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.cpus = 4
|
||||
v.memory = 2048
|
||||
|
|
Loading…
Reference in a new issue