mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Version-locked the Vagrant box.
This commit is contained in:
parent
77730e9fd9
commit
ac0405a894
1 changed files with 2 additions and 1 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -4,6 +4,7 @@ Vagrant.configure("2") do |config|
|
|||
config.hostmanager.manage_host = true
|
||||
|
||||
config.vm.box = 'laravel/homestead'
|
||||
config.vm.box_version = '0.3.0'
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.cpus = 4
|
||||
v.memory = 2048
|
||||
|
@ -21,6 +22,6 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
config.vm.network "forwarded_port", guest: 3306, host: 33060
|
||||
|
||||
config.vm.synced_folder "../pony.fm.files", "/vagrant-files"
|
||||
config.vm.synced_folder "../pony.fm.files", "/vagrant-files", type: "nfs"
|
||||
config.bindfs.bind_folder "/vagrant", "/vagrant"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue