Skip to content

Mongo DB Support #281

@vicdvp

Description

@vicdvp

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.

  1. 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)

  2. 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?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions