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
Ah think I found it :) Was serving a default PHP.info page. In your example folder the docker-compose file doesn't include mysql. Is that correct?
The text was updated successfully, but these errors were encountered:
Yes, the example doesn't include MySQL or XF source (that would be illegal).
The php_info() will be available at a few different URLs:
php_info()
Sorry, something went wrong.
Just put in the config.php file as normal.
config.php
No, pdo_mysql extension is not installed because XF doesn't use it. The list of installed extension is available here https://github.com/xfrocks/docker-xenforo
pdo_mysql
The nginx image generates its own configuration using this template:
It does not use the nginx default conf files FYI.
daohoangson
No branches or pull requests
Ah think I found it :) Was serving a default PHP.info page. In your example folder the docker-compose file doesn't include mysql. Is that correct?
The text was updated successfully, but these errors were encountered: