Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e62b953a1b
|
|||
eafeffe952
|
@@ -55,8 +55,8 @@ RUN mkdir /.config /phpbb
|
|||||||
COPY src/ /var/www/html/
|
COPY src/ /var/www/html/
|
||||||
|
|
||||||
# Add phpBB installation
|
# Add phpBB installation
|
||||||
ENV PHPBB_VERSION=3.3.14
|
ENV PHPBB_VERSION=3.3.15
|
||||||
ENV PHPBB_SHA256=68cd6cf3faefa175ea3892ba02c6b112e8967ed33703521c79820e35bd15ec9a
|
ENV PHPBB_SHA256=b4a1d0b579651dcdd55f02c0b742d23fb5d45f915de60628d5aadd34d32cf761
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@ pm = ondemand
|
|||||||
; forget to tweak pm.* to fit your needs.
|
; forget to tweak pm.* to fit your needs.
|
||||||
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
|
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
|
||||||
; Note: This value is mandatory.
|
; Note: This value is mandatory.
|
||||||
pm.max_children = 100
|
pm.max_children = 1024
|
||||||
|
|
||||||
; The number of seconds after which an idle process will be killed.
|
; The number of seconds after which an idle process will be killed.
|
||||||
; Note: Used only when pm is set to 'ondemand'
|
; Note: Used only when pm is set to 'ondemand'
|
||||||
|
Reference in New Issue
Block a user