From 7c89d88bba670fe2f391fbb6618c00125a94db41 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 6 Feb 2026 21:22:42 +0100 Subject: [PATCH] Try to find the error --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index da86423..174bae3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,8 +23,8 @@ services: - redis volumes: - /var/lib/docker/volumes/dispatcharr/celery/:/app - extra_hosts: - - "host.docker.internal:host-gateway" + #extra_hosts: + # - "host.docker.internal:host-gateway" environment: - POSTGRES_HOST=db - POSTGRES_DB=dispatcharr @@ -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