1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 15:57:50 +00:00

Updated Troubleshooting (markdown)

garfield69 2024-04-22 13:22:30 +12:00
parent bd0159b472
commit 3a25831775

@ -287,7 +287,7 @@ However, if you choose to ignore this warning and want to proceed without being
- Add to your compose.yml - Add to your compose.yml
```yaml ```yaml
environment: environment:
- LOG_LEVEL=${LOG_LEVEL:-info} - DisableRootWarning=true
``` ```
- Linux: Run `export DisableRootWarning=true` and then run jackett in the same shell. - 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. - Windows: Open cmd.exe, run `set DisableRootWarning=true` and then run Jackett.exe in the same shell.