From b43f096ea6036b1815fd895a3fe02d80144360bf Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Mon, 12 May 2025 20:06:16 -0500 Subject: [PATCH] Cleaned up unneeded comment for group_add and added log level. --- docker/docker-compose.aio.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/docker-compose.aio.yml b/docker/docker-compose.aio.yml index 95834915..90cd8654 100644 --- a/docker/docker-compose.aio.yml +++ b/docker/docker-compose.aio.yml @@ -13,10 +13,8 @@ services: - DISPATCHARR_ENV=aio - REDIS_HOST=localhost - CELERY_BROKER_URL=redis://localhost:6379/0 + - DISPATCHARR_LOG_LEVEL=info # Optional for hardware acceleration - #group_add: - # - video - # #- render # Uncomment if your GPU requires it #devices: # - /dev/dri:/dev/dri # For Intel/AMD GPU acceleration (VA-API) # Uncomment the following lines for NVIDIA GPU support