From 9d9fbdac99098d137c67e3b7e76fc9badc665aa0 Mon Sep 17 00:00:00 2001 From: bdizen Date: Tue, 26 Nov 2024 15:30:49 +0200 Subject: [PATCH] Add debug env var to debug deluge api problem --- docker-compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fc0f1c0..c1a36ae 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,4 +6,6 @@ services: - ./config:/app/config # Make sure your local config directory exists - ./assets/icons:/app/public/icons # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations - network_mode: "host" \ No newline at end of file + network_mode: "host" + environment: + LOG_LEVEL: debug \ No newline at end of file