From d401effc820b107eff721c9803fa295698a5558d Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 8 Dec 2025 12:52:45 +0500 Subject: [PATCH] Update file docker-compose.yml.j2 --- roles/qbittorrent/templates/docker-compose.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/qbittorrent/templates/docker-compose.yml.j2 b/roles/qbittorrent/templates/docker-compose.yml.j2 index b0b9e29..11c0ea2 100644 --- a/roles/qbittorrent/templates/docker-compose.yml.j2 +++ b/roles/qbittorrent/templates/docker-compose.yml.j2 @@ -13,6 +13,6 @@ services: - {{ qbittorrent_downloads_dir }}:/downloads ports: - {{ qbittorrent_port_webui }}:8080 - - {{ qbittorrent_port_torrent }}:6881 - - {{ qbittorrent_port_torrent }}:6881/udp + - 6881:6881 + - 6881:6881/udp restart: unless-stopped \ No newline at end of file