Run php-fpm as different user (#1745)

This commit is contained in:
William Ono
2019-09-30 16:08:09 -07:00
parent 861ea6b16e
commit 3f9b888139
3 changed files with 13 additions and 1 deletions

View File

@ -193,6 +193,9 @@ PHP_FPM_INSTALL_SSHPASS=false
PHP_FPM_FFMPEG=false
PHP_FPM_ADDITIONAL_LOCALES="es_ES.UTF-8 fr_FR.UTF-8"
PHP_FPM_PUID=1000
PHP_FPM_PGID=1000
### PHP_WORKER ############################################
PHP_WORKER_INSTALL_PGSQL=false