Open joemaller opened 1 year ago
WORDPRESS_CONFIG_EXTRA should allow for arbitrary additions to wp-config.php in docker environments. Tried it tonight and it didn't work.
WORDPRESS_CONFIG_EXTRA
Sort of documented in docker-library/wordpress#142
Was attempting to add define( 'WP_DEVELOPMENT_MODE', 'core' ); to test a proposed solution to #72 as mentioned in WordPress#59111
define( 'WP_DEVELOPMENT_MODE', 'core' );
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