ideasonpurpose / docker-wordpress-dev

Docker-based local development environment for WordPress projects
8 stars 7 forks source link

Why isn't WORDPRESS_CONFIG_EXTRA working? #71

Open joemaller opened 11 months ago

joemaller commented 11 months ago

WORDPRESS_CONFIG_EXTRA should allow for arbitrary additions to wp-config.php in docker environments. Tried it tonight and it didn't work.

Sort of documented in docker-library/wordpress#142

joemaller commented 11 months ago

Was attempting to add define( 'WP_DEVELOPMENT_MODE', 'core' ); to test a proposed solution to #72 as mentioned in WordPress#59111