Fixed qbittorrent port identifier
This commit is contained in:
parent
f35ec14314
commit
94de1538f1
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user