X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Vagrantfile;h=3d58ef7a5a31ad1c4795f27d20c02c4ce3735371;hb=4ada71081f5c99bd0807b879226256d91f2fda61;hp=ff38151520a3dc5241d869734344df28f4568d95;hpb=d489ba1510a2dcfaa7851d937d3c37a9541544c9;p=friendica.git 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