Created
November 9, 2014 01:34
-
-
Save gaspanik/e5545d8aaf6311ea1826 to your computer and use it in GitHub Desktop.
Synced_folder permission config for Vagrantfile 1.6.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "vagrant", group: "www-data", mount_options: ["dmode=775,fmode=664"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment