mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Change default cron period to 5 minutes
This commit is contained in:
parent
d7be9e8dae
commit
eb80828442
@ -12,7 +12,7 @@ ENV UID=991 GID=991 \
|
|||||||
PHP_START_SERVERS=2 \
|
PHP_START_SERVERS=2 \
|
||||||
PHP_MIN_SPARE_SERVERS=1 \
|
PHP_MIN_SPARE_SERVERS=1 \
|
||||||
PHP_MAX_SPARE_SERVERS=6 \
|
PHP_MAX_SPARE_SERVERS=6 \
|
||||||
CRON_PERIOD=15m \
|
CRON_PERIOD=5m \
|
||||||
CRON_MEMORY_LIMIT=1g \
|
CRON_MEMORY_LIMIT=1g \
|
||||||
TZ=Etc/UTC \
|
TZ=Etc/UTC \
|
||||||
DB_TYPE=sqlite3 \
|
DB_TYPE=sqlite3 \
|
||||||
|
@ -9,7 +9,7 @@ ENV UID=991 GID=991 \
|
|||||||
PHP_START_SERVERS=2 \
|
PHP_START_SERVERS=2 \
|
||||||
PHP_MIN_SPARE_SERVERS=1 \
|
PHP_MIN_SPARE_SERVERS=1 \
|
||||||
PHP_MAX_SPARE_SERVERS=6 \
|
PHP_MAX_SPARE_SERVERS=6 \
|
||||||
CRON_PERIOD=15m \
|
CRON_PERIOD=5m \
|
||||||
CRON_MEMORY_LIMIT=1g \
|
CRON_MEMORY_LIMIT=1g \
|
||||||
TZ=Etc/UTC \
|
TZ=Etc/UTC \
|
||||||
DB_TYPE=sqlite3 \
|
DB_TYPE=sqlite3 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user