+ laradock user in php-fpm

This commit is contained in:
WP Studio
2026-05-20 23:39:59 +03:00
parent 8bc630db06
commit 7cc01e5849
3 changed files with 15 additions and 1 deletions

View File

@ -18,6 +18,8 @@ services:
args:
- CUSTOM_TZ=${CUSTOM_TZ}
- CUSTOM_LOCALE=${CUSTOM_LOCALE}
- CUSTOM_PUID=${WORKSPACE_PUID}
- CUSTOM_PGID=${WORKSPACE_PGID}
- PHP_OPT_MEMORY_LIMIT=${PHP_OPT_MEMORY_LIMIT}
- PHP_OPT_POST_MAX_SIZE=${PHP_OPT_POST_MAX_SIZE}
- PHP_OPT_UPLOAD_MAX_FILESIZE=${PHP_OPT_UPLOAD_MAX_FILESIZE}