Add debug env var to debug deluge api problem
All checks were successful
Deploy Homepage / deploy (push) Successful in 2s

This commit is contained in:
bdizen 2024-11-26 15:30:49 +02:00
parent 3c3cf267b4
commit 9d9fbdac99

View File

@ -6,4 +6,6 @@ services:
- ./config:/app/config # Make sure your local config directory exists - ./config:/app/config # Make sure your local config directory exists
- ./assets/icons:/app/public/icons # 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 - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
network_mode: "host" network_mode: "host"
environment:
LOG_LEVEL: debug