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