From 40a0e10c7bfff3bd86769d2c989bd4f2b877c6c7 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sat, 2 Nov 2024 01:03:50 +0100 Subject: [PATCH] Override wordpress service CRON_ENABLED env --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 9d7f3e7..d2f067b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -118,6 +118,8 @@ services: resources: limits: memory: 512M # Limit the memory for the cron job to 512 MB. This is a good practice to avoid memory leaks. + environment: + CRON_ENABLED: "true" # Redis is optional, but it works really well for caching. If removed, please update x-wordpress-configuration-env cache: