docker-library / docker-library/php
Documentation regarding configuration.
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 4k
- Forks
- 2k
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 1
Description
The configuration in /usr/local/etc/php-fpm.d/ is a bit unclear to me:
loot@92aa5b2f8217:/usr/local/etc# ls -la php-fpm.d/
total 56
drwxr-sr-x 2 root staff 4096 Jun 8 18:32 .
drwxrwsr-x 5 root staff 4096 Jun 8 18:32 ..
-rw-r--r-- 1 root staff 238 Jun 8 18:32 docker.conf
-rw-r--r-- 1 root staff 18508 Jun 8 18:32 www.conf
-rw-r--r-- 1 root staff 18508 Jun 8 18:32 www.conf.default
-rw-r--r-- 1 root staff 50 Jun 8 18:32 zz-docker.conf
What is the purpose of zz-docker.conf and docker.conf why are there 2 files?
Is this so that docker.conf gets includes before and zz-docker.conf after the pool configuration?
If that's the case doesn't it make sense to use aa-docker.conf for consistency?
Why would we always want to force the [www] pool to listen on [::]:9000?
It would be great if some documentation could be added regarding best / expected practices for changing configuration.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the image configuration associated with /usr/local/etc/php-fpm.d/, especially docker.conf, zz-docker.conf, and the [www] pool settings. Trace how the files are loaded and document their purposes, ordering, listening behavior, and expected configuration-customization practices. Done means these questions are answered clearly for image users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, php
- Domain
- devops, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100