wyveo / nginx-php-fpm

Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image
https://hub.docker.com/r/wyveo/nginx-php-fpm
MIT License
342 stars 245 forks source link

Installing PHP Modules #31

Closed derekmaxson closed 3 years ago

derekmaxson commented 3 years ago

Is there a method to add additional PHP modules into this docker at runtime? I see that I could fork the code and add them into Dockerfile.

I'm building a Moodle docker and it requires xmlrpc and a couple other modules. I'm using docker-compose to configure.

colinwilson commented 3 years ago

Yep. Forking and adding to the Dockerfile is probably best. My personal preference is to keep the pre-installed modules to those common/essential.

derekmaxson commented 3 years ago

Thanks @colinwilson for a great container!