Update file docker-compose.yml.j2
This commit is contained in:
parent
07e9e9c86a
commit
d401effc82
@ -13,6 +13,6 @@ services:
|
|||||||
- {{ qbittorrent_downloads_dir }}:/downloads
|
- {{ qbittorrent_downloads_dir }}:/downloads
|
||||||
ports:
|
ports:
|
||||||
- {{ qbittorrent_port_webui }}:8080
|
- {{ qbittorrent_port_webui }}:8080
|
||||||
- {{ qbittorrent_port_torrent }}:6881
|
- 6881:6881
|
||||||
- {{ qbittorrent_port_torrent }}:6881/udp
|
- 6881:6881/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Loading…
Reference in New Issue
Block a user