Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@wordpress/env: Set owner of wp-content to www-data #20406

Merged
merged 1 commit into from Feb 28, 2020

Commits on Feb 24, 2020

  1. @wordpress/env: Set owner of wp-content to www-data

    Makes the WordPress content directories (wp-content, wp-content/plugins,
    wp-content/themes) owned by the www-data user. This ensures that WordPress
    can write to these directories.
    
    This is necessary when running wp-env with `"core": null` because Docker
    will automatically create these directories as the root user when binding
    volumes during `docker-compose up`, and `docker-compose up` doesn't support
    the `-u` option.
    
    See docker-library/wordpress#436.
    noisysocks committed Feb 24, 2020
    Copy the full SHA
    4a59500 View commit details
    Browse the repository at this point in the history