Skip to content

Commit

Permalink
Update docker README
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Nov 15, 2023
1 parent 5fc6ea9 commit b6808d3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,15 @@ Dockerfile supports next build arguments:

Docker images also available on [GitHub](https://github.com/nzbgetcom/nzbget/pkgs/container/nzbget). For use - replace `nzbgetcom/nzbget:TAG` with `ghcr.io/nzbgetcom/nzbget:TAG` in above examples.

# Python and extensions
# Python version

NZBGet docker image bundled with Python 3.11. Some extensions does not work with Python 3.10+. We provide fixes for popular extensions:
NZBGet docker image bundled with Python 3.11

| Extension | Link
|:-------------|-
| VideoSort | https://github.com/nzbgetcom/Extension-VideoSort
| FakeDetector | https://github.com/nzbgetcom/Extension-FakeDetector
| FailureLink | https://github.com/nzbgetcom/Extension-FailureLink
# Troubleshooting max speed issues

## Troubleshooting max speed issues
In case a linux image or docker image is slower than expected, here are some tips to increase download speed:

1. Increase number of server connections (NEWS-SERVERS -> Connections) - default is 8, and 16 and 32 are worth trying
2. For slower machines/hosts - increase article read chunk size from 4 to 64 (CONNECTION -> ArticleReadChunkSize). This is new setting, available only on v22 testing images and planned in v23.

Inspired by nzbget-docker by linuxserver.io

0 comments on commit b6808d3

Please sign in to comment.