php-worker: add laradock user (#1928)

This commit is contained in:
Lan Phan
2019-01-09 22:54:32 +07:00
committed by Shao Yu-Lung (Allen)
parent 7c4f6dd7a9
commit 03ff791e17
4 changed files with 14 additions and 0 deletions

View File

@@ -189,6 +189,8 @@ services:
- INSTALL_BCMATH=${PHP_WORKER_INSTALL_BCMATH}
- INSTALL_SOAP=${PHP_WORKER_INSTALL_SOAP}
- INSTALL_ZIP_ARCHIVE=${PHP_WORKER_INSTALL_ZIP_ARCHIVE}
- PUID=${PHP_WORKER_PUID}
- PGID=${PHP_WORKER_PGID}
volumes:
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}
- ./php-worker/supervisord.d:/etc/supervisord.d