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
@ -168,6 +168,7 @@ services:
|
||||
args:
|
||||
- PHP_VERSION=${PHP_VERSION}
|
||||
- INSTALL_PGSQL=${PHP_WORKER_INSTALL_PGSQL}
|
||||
- INSTALL_BCMATH=${PHP_WORKER_INSTALL_BCMATH}
|
||||
volumes:
|
||||
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}
|
||||
- ./php-worker/supervisord.d:/etc/supervisord.d
|
||||
|
Reference in New Issue
Block a user