Try to find the error

This commit is contained in:
2026-02-06 21:21:38 +01:00
parent 340007d928
commit 4c1645c8a7
+1 -4
View File
@@ -33,7 +33,4 @@ services:
- REDIS_HOST=redis - REDIS_HOST=redis
- CELERY_BROKER_URL=redis://redis:6379/0 - CELERY_BROKER_URL=redis://redis:6379/0
command: > command: >
bash -c " bash -c "cd /app && nice -n 5 celery -A dispatcharr worker -l info"
cd /app &&
nice -n 5 celery -A dispatcharr worker -l info
"