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 5157a2c commit 87f5324
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 @@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "scotch/box"
config.vm.network "private_network", ip: "16.17.18.19"
config.vm.hostname = "vamshop"
config.vm.synced_folder ".", "/var/www/public", :mount_options => ["dmode=777", "fmode=666"]
config.vm.synced_folder ".", "/var/www/public", :mount_options => ["dmode=777", "fmode=777"]

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

0 comments on commit 87f5324

Please sign in to comment.