Skip to content

fix(docker): bind php-fpm to all interfaces instead of localhost#80

Merged
abordage merged 1 commit intomainfrom
fix/php-fpm-listen-address
Feb 14, 2026
Merged

fix(docker): bind php-fpm to all interfaces instead of localhost#80
abordage merged 1 commit intomainfrom
fix/php-fpm-listen-address

Conversation

@abordage
Copy link
Owner

No description provided.

PHP-FPM was configured to listen on 127.0.0.1:9000, making it
unreachable from the nginx container. This previously worked because
the official PHP Docker image included a `zz-docker.conf` override
with `listen = 9000` (all interfaces). Recent PHP 8.4.x images
removed this override, breaking inter-container communication.
@abordage abordage merged commit fd9e35d into main Feb 14, 2026
3 checks passed
@abordage abordage deleted the fix/php-fpm-listen-address branch February 14, 2026 22:34
@github-actions
Copy link

🎉 This PR is included in version 2.16.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant