Skip to content

Instantly share code, notes, and snippets.

@markusguenther
Created November 10, 2017 08:38
Show Gist options
  • Save markusguenther/e723668e03b354ffa1d18cab029dc9cb to your computer and use it in GitHub Desktop.
Save markusguenther/e723668e03b354ffa1d18cab029dc9cb to your computer and use it in GitHub Desktop.
Workaround for High Sierra NFS issue
# source link
ln -fs /[guest-project-root] /var/www/httpdocs
config.vm.synced_folder '../../[flow-project-src-on-host]', '/[guest-project-root]', type: 'sshfs', sshfs_opts_append: '-o nonempty'
config.vm.synced_folder '.', '/vagrant', type: 'sshfs', sshfs_opts_append: '-o nonempty'
config.vm.provision :shell, path: "bootstrap.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment