mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
add ability to set php-workers/servers/children
This commit is contained in:
@ -6,7 +6,11 @@ ARG GPG_matthieu="814E 346F A01A 20DB B04B 6807 B5DB D592 5590 A237"
|
||||
ENV UID=991 GID=991 \
|
||||
UPLOAD_MAX_SIZE=10M \
|
||||
MEMORY_LIMIT=256M \
|
||||
OPCACHE_MEM_SIZE=128M
|
||||
OPCACHE_MEM_SIZE=128M \
|
||||
PHP_MAX_CHILDREN=15 \
|
||||
PHP_START_SERVERS=2 \
|
||||
PHP_MIN_SPARE_SERVERS=1 \
|
||||
PHP_MAX_SPARE_SERVERS=6
|
||||
|
||||
RUN BUILD_DEPS=" \
|
||||
git \
|
||||
|
Reference in New Issue
Block a user