From 2ed78111a8507e3c42b43858da15a10f86c43267 Mon Sep 17 00:00:00 2001 From: chriswin Date: Sat, 15 Aug 2026 01:03:20 +0200 Subject: [PATCH] set correct ip qbittorrent --- project/media/qbittorrent/qbittorrent.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/media/qbittorrent/qbittorrent.yml b/project/media/qbittorrent/qbittorrent.yml index f44e6d2..7da7f75 100644 --- a/project/media/qbittorrent/qbittorrent.yml +++ b/project/media/qbittorrent/qbittorrent.yml @@ -7,8 +7,8 @@ services: container_name: qbittorrent ports: - 2002:2002 - - 50059:6881 - - 50059:6881/udp + - 50059:50059 + - 50059:50059/udp networks: - ip4net - ip6net