From f117943892cd303bf6daea355d7a4a990a4fb6ce Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 6 Feb 2026 21:22:12 +0100 Subject: [PATCH] Try to find the error --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d0a4ab1..da86423 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,5 +32,5 @@ services: - POSTGRES_PASSWORD=secret - REDIS_HOST=redis - CELERY_BROKER_URL=redis://redis:6379/0 - command: > - bash -c "cd /app && nice -n 5 celery -A dispatcharr worker -l info" \ No newline at end of file + #command: > + # bash -c "cd /app && nice -n 5 celery -A dispatcharr worker -l info" \ No newline at end of file