Skip to content

Commit

Permalink
Корректировка настроек Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vamcart committed Nov 22, 2018
1 parent 8bca700 commit de4bd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Vagrant.configure("2") do |config|
config.vm.synced_folder ".", "/var/www/public", :mount_options => ["dmode=777", "fmode=766"]

# Optional NFS. Make sure to remove other synced_folder line too
#config.vm.synced_folder ".", "/var/www/public", :nfs => { :mount_options => ["dmode=777","fmode=666"] }
#config.vm.synced_folder ".", "/var/www/public", :nfs => { :mount_options => ["dmode=777","fmode=766"] }

end

0 comments on commit de4bd63

Please sign in to comment.