From 3a25831775a9a6b10ac63f4c89b6ddd3560cb859 Mon Sep 17 00:00:00 2001 From: garfield69 Date: Mon, 22 Apr 2024 13:22:30 +1200 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 695f2e9..0c68a11 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -287,7 +287,7 @@ However, if you choose to ignore this warning and want to proceed without being - Add to your compose.yml ```yaml environment: - - LOG_LEVEL=${LOG_LEVEL:-info} + - DisableRootWarning=true ``` - Linux: Run `export DisableRootWarning=true` and then run jackett in the same shell. - Windows: Open cmd.exe, run `set DisableRootWarning=true` and then run Jackett.exe in the same shell.