-
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
fpm version not working #94
Comments
Actually, it looks like docker-library/official-images#963 still needs to merge. |
So docker-library/official-images#963 is merged now. I pulled the latest Still, I can't make it work. It starts. The wordpress container logs this:
But I can't get anything on port 9000.
|
How are you trying to “get something" on port 9000? You'll have to connect
to it with something that speaks the FastCGI protocol, not a browser.
|
I guess that explains it. I accessed it via HTTP via the browser. |
FWIW, you can do something like I did in this test to test FastCGI directly, or you can set up an |
I just tried running wordpress locally. The
:apache
version is working, the:fpm
version is not. The image hash I was testing isdd9e5297815a
.Here is how I set things up:
Note that I used port 9000 since this is the one that is supposedly exposed by the php:5.6-fpm base image.
The text was updated successfully, but these errors were encountered: