-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels