edit docker-compose.yml, add swoole config

This commit is contained in:
wxb 2017-05-15 02:07:45 +08:00
parent a90a3c1d28
commit 01f6d8f038

View File

@ -73,6 +73,7 @@ services:
- INSTALL_INTL=${PHP_FPM_INSTALL_INTL}
- INSTALL_GHOSTSCRIPT=${PHP_FPM_INSTALL_GHOSTSCRIPT}
- INSTALL_LDAP=${PHP_FPM_INSTALL_LDAP}
- INSTALL_SWOOLE=${PHP_FPM_INSTALL_SWOOLE}
dockerfile: "Dockerfile-${PHP_VERSION}"
volumes_from:
- applications