DrupalStand / drupal-dev-docker

An opinionated Drupal development environment based on Docker.
GNU General Public License v2.0
22 stars 19 forks source link

Fix many host-container permission issues #70

Closed jackinloadup closed 1 year ago

jackinloadup commented 1 year ago

Use bindfs to map user and group permissions for the mounted volumes. Thus permissions are always as desired on both the host and container.

Fixes #39