Skip to content

Commit

Permalink
Issue #228 - Add gui to fix osx monterey vbox users
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Ryan committed Nov 4, 2021
1 parent 5cd7007 commit 30c00cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Vagrant.configure("2") do |config|
provisioner.vm.provider "virtualbox" do |v, override|
v.memory = 2048
v.cpus = 2
v.gui = true
override.vm.synced_folder '../', '/vagrant'
# vagrant plugin install vagrant-docker-compose
override.vm.provision :docker_compose,
Expand Down

0 comments on commit 30c00cd

Please sign in to comment.