mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +01:00
Updated the Homestead Vagrant box.
This commit is contained in:
parent
5d70fc9fd1
commit
dab9f08cf5
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -3,8 +3,8 @@ Vagrant.configure("2") do |config|
|
|||
config.hostmanager.enabled = true
|
||||
config.hostmanager.manage_host = true
|
||||
|
||||
config.vm.box = 'laravel/homestead-7'
|
||||
config.vm.box_version = '0.2.1'
|
||||
config.vm.box = 'laravel/homestead'
|
||||
config.vm.box_version = '0.4.2'
|
||||
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.cpus = 4
|
||||
|
|
Loading…
Reference in a new issue