mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
add ability to set php-workers/servers/children
This commit is contained in:
@ -4,7 +4,11 @@ ARG PRIVATEBIN_VER=1.1.1
|
||||
|
||||
ENV GID=991 UID=991 \
|
||||
UPLOAD_MAX_SIZE=10M \
|
||||
MEMORY_LIMIT=128M
|
||||
MEMORY_LIMIT=128M \
|
||||
PHP_MAX_CHILDREN=15 \
|
||||
PHP_START_SERVERS=2 \
|
||||
PHP_MIN_SPARE_SERVERS=1 \
|
||||
PHP_MAX_SPARE_SERVERS=6
|
||||
|
||||
RUN BUILD_DEPS="tar libressl ca-certificates" \
|
||||
&& apk -U upgrade && apk add $BUILD_DEPS \
|
||||
|
Reference in New Issue
Block a user