mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
Updated Troubleshooting (markdown)
parent
bd0159b472
commit
3a25831775
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue