Created
August 12, 2016 12:48
-
-
Save ThYpHo0n/684e2f6b1b3cdbd917b91ff78ca5f475 to your computer and use it in GitHub Desktop.
This file contains 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
# --- Synced Folder Part --- # | |
nfs.vm.synced_folder '../folder1', '/folder2', | |
type: 'nfs', mount_options: ["nolock"] | |
nfs.nfs.map_uid = Process.uid | |
nfs.nfs.map_gid = Process.gid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment