Commit b10108a9 authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

disable installing the bcmath by default

disable installing the PHP bcmath extension by default on the php-fpm container
parent dd3e88fb
......@@ -49,7 +49,7 @@ services:
- INSTALL_SOAP=false
- INSTALL_MONGO=false
- INSTALL_ZIP_ARCHIVE=false
- INSTALL_BCMATH=true
- INSTALL_BCMATH=false
- INSTALL_MEMCACHED=false
- INSTALL_OPCACHE=false
- INSTALL_AEROSPIKE_EXTENSION=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment