diff --git a/docker-compose.yml b/docker-compose.yml index 4296dc3..d0a4ab1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,4 @@ services: - 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 + bash -c "cd /app && nice -n 5 celery -A dispatcharr worker -l info" \ No newline at end of file