How can I share the app (wp-content) directory between different sites?

Trellis is using Vagrant’s synced_folderwith NFS sharing. But we also use bindfs to solve some permission issues.

You can read more on that link, but it roughly does this automatically:

  • mount your share over NFS into a temporary location in the guest
  • re-mount the share to the actual destination with vagrant-bindfs, setting the correct permissions