Merge pull request #2305 from ubc/1745-php-fpm-uid-gid

Run php-fpm as different user (#1745)
This commit is contained in:
Lan Phan
2019-11-11 22:10:35 +07:00
committed by GitHub
3 changed files with 13 additions and 1 deletions

View File

@ -198,6 +198,8 @@ services:
- ADDITIONAL_LOCALES=${PHP_FPM_ADDITIONAL_LOCALES}
- INSTALL_FFMPEG=${PHP_FPM_FFMPEG}
- INSTALL_XHPROF=${PHP_FPM_INSTALL_XHPROF}
- PUID=${PHP_FPM_PUID}
- PGID=${PHP_FPM_PGID}
- http_proxy
- https_proxy
- no_proxy