]> git.mxchange.org Git - friendica.git/commitdiff
Vagrant: Add the type to the synced folder in the Vagrantfile
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 07:42:08 +0000 (09:42 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 07:42:08 +0000 (09:42 +0200)
Vagrantfile

index 7d88beec2b7dc0aca8db09ba2382165e04a8cf03..a7740d3279f4ab4b10998e2d2eba6439d0557ad0 100644 (file)
@@ -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.