From b57c81ebaea818f3dad91b565a482d5cdd18f3a7 Mon Sep 17 00:00:00 2001 From: phnzb Date: Wed, 15 Nov 2023 09:46:14 +0000 Subject: [PATCH] Update docker README --- docker/README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docker/README.md b/docker/README.md index 7300a7c4..1f280db8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -106,17 +106,12 @@ 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: - -| Extension | Link -|:-------------|- -| VideoSort | https://github.com/nzbgetcom/Extension-VideoSort -| FakeDetector | https://github.com/nzbgetcom/Extension-FakeDetector -| FailureLink | https://github.com/nzbgetcom/Extension-FailureLink +NZBGet docker image bundled with Python 3.11 ## 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