implemented option to add bcmath to laradock php-worker (#1716)
* implemented option to add bcmath to laradock php-worker * updated docs
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
1962327de1
commit
fbc2afee71
@ -522,6 +522,7 @@ b) add a new service container by simply copy-paste this section below PHP-FPM c
|
||||
context: ./php-worker
|
||||
args:
|
||||
- INSTALL_PGSQL=${PHP_WORKER_INSTALL_PGSQL} #Optionally install PGSQL PHP drivers
|
||||
- INSTALL_BCMATH=${PHP_WORKER_INSTALL_BCMATH} #Optionally install BCMath php package
|
||||
volumes_from:
|
||||
- applications
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user