We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'd be useful to have the PHP error log available via docker logs, this suggestion may be effective.
docker logs
The text was updated successfully, but these errors were encountered:
The images don't load a php configuration file by default, they do come with the two default "sample" and "production" .ini's, but by default one of them isn't chosen. https://github.com/docker-library/docs/tree/master/php#configuration
.ini
$ docker run --rm wordpress php -i | grep "Loaded Configuration File" Loaded Configuration File => (none) $ docker run --rm wordpress:fpm php -i | grep "Loaded Configuration File" Loaded Configuration File => (none)
Sorry, something went wrong.
No branches or pull requests
It'd be useful to have the PHP error log available via
docker logs
, this suggestion may be effective.The text was updated successfully, but these errors were encountered: