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

@ -172,6 +172,8 @@ PHP_WORKER_INSTALL_PGSQL=false
PHP_WORKER_INSTALL_BCMATH=false
PHP_WORKER_INSTALL_SOAP=false
PHP_WORKER_INSTALL_ZIP_ARCHIVE=false
PHP_WORKER_PUID=1000
PHP_WORKER_PGID=1000
### NGINX #################################################