Vagrant > 1.5 needs an additional parameter

This commit is contained in:
Tobias Diekershoff 2017-06-26 11:03:28 +02:00
parent e0c46678e5
commit d06245262f
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View 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