]> git.mxchange.org Git - friendica.git/commitdiff
Vagrant > 1.5 needs an additional parameter
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 26 Jun 2017 09:03:28 +0000 (11:03 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 26 Jun 2017 09:03:28 +0000 (11:03 +0200)
Vagrantfile

index ff38151520a3dc5241d869734344df28f4568d95..3d58ef7a5a31ad1c4795f27d20c02c4ce3735371 100644 (file)
@@ -47,7 +47,7 @@ Vagrant.configure(2) do |config|
 
 ######################################################################
   # Share a folder between host and guest
-  config.vm.synced_folder "./", "/vagrant/", owner: "www-data", group: "vagrant"
+  config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "www-data", group: "vagrant"
 
 
   # Provider-specific configuration so you can fine-tune various