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.