mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Vagrant > 1.5 needs an additional parameter
This commit is contained in:
parent
e0c46678e5
commit
d06245262f
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue