From: Tobias Diekershoff Date: Fri, 1 Oct 2021 07:42:08 +0000 (+0200) Subject: Vagrant: Add the type to the synced folder in the Vagrantfile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4960d0f438002176fde5265cb3e23bb42f6777fc;p=friendica.git Vagrant: Add the type to the synced folder in the Vagrantfile --- diff --git a/Vagrantfile b/Vagrantfile index 7d88beec2b..a7740d3279 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -24,7 +24,7 @@ Vagrant.configure(2) do |config| # Share a folder between host and guest # config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "www-data", group: "vagrant" - config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "www-data", group: "www-data" + config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "www-data", group: "www-data", type: "virtualbox" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options.