Update file docker-compose.yml.j2

This commit is contained in:
Administrator 2025-12-08 12:52:45 +05:00
parent 07e9e9c86a
commit d401effc82

View File

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