From: Tobias Diekershoff Date: Mon, 26 Jun 2017 09:03:28 +0000 (+0200) Subject: Vagrant > 1.5 needs an additional parameter X-Git-Url: https://git.mxchange.org/?p=friendica.git;a=commitdiff_plain;h=d06245262f18eb48778ad6c13e3b59ff500e1890 Vagrant > 1.5 needs an additional parameter --- diff --git a/Vagrantfile b/Vagrantfile index ff38151520..3d58ef7a5a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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