Skip to content

Breaking change in zz-docker.conf #1646

Description

@hrak

The changes in #1635 are causing some breakage in 8.4.17 due to the removal of this bit from zz-docker.conf:

		echo '[www]'; \
		echo 'listen = 9000'; \

The [www] header no longer being part of zz-docker.conf is invalidating a lot of instructions/Dockerfiles found on the internet that f.e. do something along the lines of

echo 'pm.status_path = /status' >> /usr/local/etc/php-fpm.d/zz-docker.conf

that now results in a

[16-Jan-2026 11:42:05] ERROR: [/usr/local/etc/php-fpm.d/zz-docker.conf:3] unknown entry 'pm.status_path'
[16-Jan-2026 11:42:05] ERROR: Unable to include /usr/local/etc/php-fpm.d/zz-docker.conf from /usr/local/etc/php-fpm.conf at line 3

Because its being interpreted as a global setting instead of a pool setting.

And there seems to be quite a lot of that around

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions