You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Thank you so much. I've downloaded and tested connecting and reading from both remote (MongoDB Atlas) and local (Docker instance) and it works perfectly.
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?
The text was updated successfully, but these errors were encountered: