From d4e6c7b732ca3930630c9ff249d2c3377bc9bb86 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Tue, 30 Sep 2025 11:27:47 -0500 Subject: [PATCH] Remove port publishing from qbt as well --- jellyfin-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jellyfin-compose.yaml b/jellyfin-compose.yaml index f90478d..8516c00 100644 --- a/jellyfin-compose.yaml +++ b/jellyfin-compose.yaml @@ -42,10 +42,10 @@ services: - /data/jellyfin:/data/jellyfin - /data/jellyfin/configs/qbittorrent:/config # - /data/jellyfin/qbittorrent/downloads:/data/jellyfin/qbittorrent/downloads - ports: - - 8080:8080 - - 6881:6881 - - 6881:6881/udp + # ports: + # - 8080:8080 + # - 6881:6881 + # - 6881:6881/udp # networks: # - jellyfin-int restart: unless-stopped