Remove port publishing from qbt as well

This commit is contained in:
2025-09-30 11:27:47 -05:00
parent 8076a49199
commit d4e6c7b732

View File

@@ -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