Changed qbittorrent default port

This commit is contained in:
Roger Gonzalez 2024-10-12 11:35:05 -03:00
parent 30808ac9b2
commit f7a6485387
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -30,7 +30,7 @@ services:
- ${INSTALL_DIRECTORY}/config/qbittorrent:/config - ${INSTALL_DIRECTORY}/config/qbittorrent:/config
restart: unless-stopped restart: unless-stopped
ports: # qbittorrent ports: # qbittorrent
- 8080:8080 # qbittorrent - 8081:8081 # qbittorrent
#network_mode: "service:gluetun" #network_mode: "service:gluetun"
# sabnzbd is used to download from usenet # sabnzbd is used to download from usenet