Skip to content
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

On which port do I access Xenforo with the example compose file given? #17

Open
wronda opened this issue Jan 15, 2020 · 4 comments
Open
Assignees
Labels

Comments

@wronda
Copy link

wronda commented Jan 15, 2020

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?

@daohoangson
Copy link
Contributor

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:

@daohoangson daohoangson self-assigned this Jan 16, 2020
@daohoangson
Copy link
Contributor

Just put in the config.php file as normal.

@daohoangson
Copy link
Contributor

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

@daohoangson
Copy link
Contributor

The nginx image generates its own configuration using this template:

It does not use the nginx default conf files FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants