diff --git a/deploy/docker/templates/supervisord/application_process/backend.conf b/deploy/docker/templates/supervisord/application_process/backend.conf index cf1b2613e9..4ce4cdcff9 100644 --- a/deploy/docker/templates/supervisord/application_process/backend.conf +++ b/deploy/docker/templates/supervisord/application_process/backend.conf @@ -5,7 +5,7 @@ command=/opt/appsmith/run-with-env.sh java -Dserver.port=8080 -Djava.security.eg priority=15 autostart=true autorestart=true -startsecs=30 +startsecs=0 startretries=3 stdout_logfile=/appsmith-stacks/logs/%(program_name)s/%(program_name)s.log redirect_stderr=true