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

Use php:7.2-fpm-alpine image #16

Merged
merged 1 commit into from Jun 14, 2018
Merged

Use php:7.2-fpm-alpine image #16

merged 1 commit into from Jun 14, 2018

Conversation

boite
Copy link
Contributor

@boite boite commented May 8, 2018

This allows FPM to listen on all interfaces even when IPv6 is disabled so that instead of seeing this:-

ERROR: failed to create new listening socket: socket(): Address family not supported by protocol (97)
ERROR: FPM initialization failed

one should see this:-

NOTICE: Failed implicitly binding to ::, retrying with 0.0.0.0
NOTICE: fpm is running, pid 1
NOTICE: ready to handle connections

See docker-library/php#562

which allows FPM to listen on all interfaces even when IPv6 is
disabled.

See docker-library/php#562
@dunglas dunglas merged commit 0160ba3 into dunglas:master Jun 14, 2018
@dunglas
Copy link
Owner

dunglas commented Jun 14, 2018

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants