From b710f6e6f959cee05ac916503ae803b3bd0ae669 Mon Sep 17 00:00:00 2001 From: gru <1+gru@gitea.linuxiarz.pl> Date: Sun, 14 Jun 2026 23:13:47 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6391d63..7ea9964 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ The default stack install creates: ```bash curl -fsSL https://raw.githubusercontent.com/zdzichu6969/pyTorrent/master/scripts/install_stack.sh \ - | PYTORRENT_PORT=8091 \ - RTORRENT_SCGI_PORT=5001 \ + | PYTORRENT_PORT=8090 \ + RTORRENT_SCGI_PORT=5000 \ PYTORRENT_PROFILE_NAME="Local rTorrent" \ bash ```