Skip to content

Commit a461b7d

Browse files
author
Jovert Lota Palonpon
committed
Fixed permission error
1 parent 5e7e669 commit a461b7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Vagrantfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Vagrant.configure("2") do |config|
3838
# the path on the guest to mount the folder. And the optional third
3939
# argument is a set of non-required options.
4040
settings['folders'].each do |folder|
41-
config.vm.synced_folder folder['map'], folder['to']
41+
config.vm.synced_folder folder['map'], folder['to'],
42+
group:'vagrant', owner:'www-data'
4243
end
4344

4445
# Provider-specific configuration so you can fine-tune various

0 commit comments

Comments
 (0)