You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting WORDPRESS_CONFIG_EXTRA as an environment variable in docker does not result in lines added to wp-config.php.
Expected result
Setting the WORDPRESS_CONFIG_EXTRA parameter should add lines to wp-config.php as described on https://hub.docker.com/_/wordpress/ and mentioned in this pull request (albeit with an older parameter name): #142
Possible cause
The docker-entrypoint.sh file only injects that value if the wp-config.php file does not already exist, has a recent update to wordpress started deploying that file?
The text was updated successfully, but these errors were encountered:
The Problem
Setting WORDPRESS_CONFIG_EXTRA as an environment variable in docker does not result in lines added to wp-config.php.
Expected result
Setting the WORDPRESS_CONFIG_EXTRA parameter should add lines to wp-config.php as described on https://hub.docker.com/_/wordpress/ and mentioned in this pull request (albeit with an older parameter name): #142
Possible cause
The docker-entrypoint.sh file only injects that value if the wp-config.php file does not already exist, has a recent update to wordpress started deploying that file?
The text was updated successfully, but these errors were encountered: