-
-
Notifications
You must be signed in to change notification settings - Fork 850
Closed
Labels
Description
How would I add MongoDB plugins for PHP? I've got the docker image running and tried installing 2 different ways via the command line of the nginx-php-fpm container itself.
-
I've tried adding as per the documentation on PHP Modules using
docker-php-ext-configure
but that doesn't work (error - Possible values for ext-name and mongodb's not in the list) -
I also tried the
pecl install mongodb
method but that also didn't work (Cannot find autoconf and phpize failed)
Would I have to add the pecl method to the Dockerfile the same way you add redis and xdebug and build a new image?