Fixed qbittorrent port identifier

This commit is contained in:
Roger Gonzalez 2023-01-15 20:29:49 -03:00
parent f35ec14314
commit 94de1538f1
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ services:
- <install_location>/config/qbittorrent:/config - <install_location>/config/qbittorrent:/config
restart: unless-stopped restart: unless-stopped
ports: #qbittorrent ports: #qbittorrent
- 8080:8080 #qbittorrent - 8080:8080 # qbittorrent
#network_mode: "service:gluetun" #network_mode: "service:gluetun"
# Sonarr is used to query, add downloads to the download queue and index TV shows # Sonarr is used to query, add downloads to the download queue and index TV shows

View File

@ -154,7 +154,7 @@ if [ $setup_vpn == "y" ]; then
sed -i -e "s;<mullvad_country>;$mullvad_country;g" $filename sed -i -e "s;<mullvad_country>;$mullvad_country;g" $filename
sed -i -e "s;#network_mode: \"service:gluetun\";network_mode: \"service:gluetun\";g" $filename sed -i -e "s;#network_mode: \"service:gluetun\";network_mode: \"service:gluetun\";g" $filename
sed -i -e "s;ports: #qbittorrent;#port: #qbittorrent;g" $filename sed -i -e "s;ports: #qbittorrent;#port: #qbittorrent;g" $filename
sed -i -e "s;- 8080:8080 # qbittorrent;#- 8080:8080 #qbittorrent;g" $filename sed -i -e "s;- 8080:8080 # qbittorrent;#- 8080:8080 # qbittorrent;g" $filename
sed -i -e "s;#- 8080:8080/tcp # gluetun;- 8080:8080/tcp # gluetun;g" $filename sed -i -e "s;#- 8080:8080/tcp # gluetun;- 8080:8080/tcp # gluetun;g" $filename
fi fi