We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7e669 commit a461b7dCopy full SHA for a461b7d
Vagrantfile
@@ -38,7 +38,8 @@ Vagrant.configure("2") do |config|
38
# the path on the guest to mount the folder. And the optional third
39
# argument is a set of non-required options.
40
settings['folders'].each do |folder|
41
- config.vm.synced_folder folder['map'], folder['to']
+ config.vm.synced_folder folder['map'], folder['to'],
42
+ group:'vagrant', owner:'www-data'
43
end
44
45
# Provider-specific configuration so you can fine-tune various
0 commit comments