Skip to content

Commit

Permalink
Merge pull request #192 from HuongNV13/8.1-bullseye
Browse files Browse the repository at this point in the history
Pin mongodb extension to 1.19.4
  • Loading branch information
lameze authored Oct 2, 2024
2 parents 8f2794f + c8c77bc commit 824c185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/tmp/setup/php-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker-php-ext-configure ldap
docker-php-ext-install -j$(nproc) ldap

# APCu, igbinary, Memcached, MongoDB, PCov, Redis, Solr, timezonedb, uuid, XMLRPC (beta)
pecl install apcu igbinary memcached mongodb pcov solr timezonedb uuid xmlrpc-beta
pecl install apcu igbinary memcached mongodb-1.19.4 pcov solr timezonedb uuid xmlrpc-beta
docker-php-ext-enable apcu igbinary memcached mongodb pcov solr timezonedb uuid xmlrpc

echo 'apc.enable_cli = On' >> /usr/local/etc/php/conf.d/10-docker-php-ext-apcu.ini
Expand Down

0 comments on commit 824c185

Please sign in to comment.