-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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_CONFIG_EXTRA is not evaluated #771
Comments
@juliankrieger how did you fix it? |
I also added this variable and recreated my container, and EDIT: I expected that the variable's value will be entered verbatim in the wp-config.php file, as described in the link that is present on the docker hub wordpress page. This link is misleading (out of date) and I think it should be removed. If anyone else gets to this point from googling the issue, the code that is in "WORDPRESS_CONFIG_EXTRA" is just evaluated, and is not added to the wp-config.php file. |
Doh yep, that's a result of #557 https://github.com/docker-library/docs/blob/822fa3726b041120f108d331e56ee7a412a4f193/wordpress/content.md#L24 would be the appropriate place to update that wording if someone wanted to take a stab at it 👀 |
I've read #557 , #332 and #142 because the content of my
WORDPRESS_CONFIG_EXTRA
file does not seem to be evaluated. To check for this, I throw fatal errors in the code that should normally be evaluated, but I can see no such error in my error logs. Is this behaviour broken again?Things I tried:
Docker-Compose File:
The text was updated successfully, but these errors were encountered: