Skip to content

Commit

Permalink
commented out Virtualbox setup so it would work on more machines
Browse files Browse the repository at this point in the history
  • Loading branch information
tdvance committed Jul 4, 2018
1 parent 6186bff commit 70acf45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Vagrant.configure("2") do |config|
config.vm.synced_folder "www", "/var/www", create:true
config.vm.synced_folder "data", "/data", create:true

config.vm.provider "virtualbox" do |vb|
vb.memory = "2048"
vb.cpus = "2"
end
#config.vm.provider "virtualbox" do |vb|
# vb.memory = "2048"
# vb.cpus = "2"
#end

config.vm.provision :shell, path: "bootstrap.sh"

Expand Down

0 comments on commit 70acf45

Please sign in to comment.