Skip to content

Commit b10108a

Browse files
authored
disable installing the bcmath by default
disable installing the PHP bcmath extension by default on the php-fpm container
1 parent dd3e88f commit b10108a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
- INSTALL_SOAP=false
5050
- INSTALL_MONGO=false
5151
- INSTALL_ZIP_ARCHIVE=false
52-
- INSTALL_BCMATH=true
52+
- INSTALL_BCMATH=false
5353
- INSTALL_MEMCACHED=false
5454
- INSTALL_OPCACHE=false
5555
- INSTALL_AEROSPIKE_EXTENSION=false

0 commit comments

Comments
 (0)