From 7c854a6a09133c4e8b3c04c91a5b773552bd9ea0 Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Tue, 17 Mar 2026 14:36:12 +0300 Subject: [PATCH] Set default to true. --- docker-compose/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index eaf765d..dca311a 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -40,8 +40,8 @@ services: MM_FILESETTINGS_AMAZONS3SSL: "false" #Env indicates whether the connection to Amazon S3 should take place over SSL MM_FILESETTINGS_DRIVERNAME: "amazons3" #The name of the driver for working with files MM_FILESETTINGS_MAXFILESIZE: 1048576000 #The maximum file size to download, specified in bytes. - #MM_JOBSETTINGS_RUNJOBS: "false" #Default is true, only disable when a job-server is deployed. - #MM_JOBSETTINGS_RUNSCHEDULER: "false" #Default is true, only disable when a job-server is deployed. + MM_JOBSETTINGS_RUNJOBS: "true" #Default is true, only disable when a job-server is deployed. + MM_JOBSETTINGS_RUNSCHEDULER: "true" #Default is true, only disable when a job-server is deployed. MM_LOGSETTINGS_CONSOLEJSON: "false" #The flag indicates whether the output to the console should be in JSON format MM_LOGSETTINGS_CONSOLELEVEL: "DEBUG" #Logging level for console output MM_LOGSETTINGS_FILELEVEL: "DEBUG" #The logging level for writing to a file