added SOAP ext to php-worker (#1817)

This commit is contained in:
vladyslavstartsev
2018-11-13 14:55:15 +02:00
committed by Shao Yu-Lung (Allen)
parent c1e8e955a1
commit 0af2115658
4 changed files with 9 additions and 0 deletions

View File

@ -545,6 +545,7 @@ b) add a new service container by simply copy-paste this section below PHP-FPM c
args:
- INSTALL_PGSQL=${PHP_WORKER_INSTALL_PGSQL} #Optionally install PGSQL PHP drivers
- INSTALL_BCMATH=${PHP_WORKER_INSTALL_BCMATH} #Optionally install BCMath php package
- INSTALL_SOAP=${PHP_WORKER_INSTALL_SOAP} #Optionally install Soap php package
volumes_from:
- applications
depends_on: