Add environment variable for PHP_FPM_DIR#1452
Add environment variable for PHP_FPM_DIR#1452tclavier wants to merge 3 commits intodocker-library:masterfrom
Conversation
|
Changed the title because "expose" could mean make accessible outside the container |
|
@tclavier to get the change in, you would need to run |
@LaurentGoderre it's done |
|
Issue nextcloud/docker#1766 is waiting for this one :-) |
|
Sorry, I think I'm missing some context here (just got off some long PTO) -- what problem is this solving? |
There is some fpm configuration that goes directly into the PHP_FPM_DIR folder, and :
|
|
I don't think it's changed in the roughly nine years since FPM was added 😅 My concern with adding it as an explicit |
|
I'm not trying to save characters, but to make it explicit and readable. And I find it really simple to find out where the fpm conf is by exploring the environment variables. There's a PHP_INI_DIR variable and the first instinct is to put all the php configuration in PHP_INI_DIR ... but for fpm it's the wrong folder. If I have to choose between these different options :
I have a strong preference for option 1, I find it easier to read and more explicit. |
|
I guess I'm trying to say that if I wrote this |
No description provided.