Readd www section to fpm.d/zz-docker.conf#1648
Merged
tianon merged 1 commit intodocker-library:masterfrom Jan 16, 2026
Merged
Conversation
tianon
approved these changes
Jan 16, 2026
Member
tianon
left a comment
There was a problem hiding this comment.
This stops the immediate bleed, communicates when we'll break it again, and is really trivial for us to adjust again later if we decide to, so I'm going to just go ahead because this seems pretty reasonable to me. 👍
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jan 16, 2026
Changes: - docker-library/php@e5de0e8e: Readd www section to fpm.d/zz-docker.conf (docker-library/php#1648) - docker-library/php@575d29b4: Update 8.5-rc - docker-library/php@3b4846f2: Update 8.5 to 8.5.2 - docker-library/php@7b3e4817: Update 8.3-rc - docker-library/php@9bd420f9: Update 8.3 to 8.3.30
This was referenced Jan 16, 2026
yosifkit
pushed a commit
to docker-library/official-images
that referenced
this pull request
Jan 16, 2026
Changes: - docker-library/php@e5de0e8e: Readd www section to fpm.d/zz-docker.conf (docker-library/php#1648) - docker-library/php@575d29b4: Update 8.5-rc - docker-library/php@3b4846f2: Update 8.5 to 8.5.2 - docker-library/php@7b3e4817: Update 8.3-rc - docker-library/php@9bd420f9: Update 8.3 to 8.3.30 Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users have been relying on
zz-docker.confending with a[www]section and have been just appending config to the file. This fixes it for them.Fixes #1646
I'm open to changing when this backwards compatibility will be removed. I've written it to not include the
[www]section starting with 8.6 and above, but this can be changed to a later release if that makes sense.