summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose.example.yaml3
-rwxr-xr-xinstall.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml
index de3a310..ba17699 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -28,7 +28,8 @@ services:
- <media_folder>/downloads:/downloads
- <install_location>/config/qbittorrent:/config
restart: unless-stopped
- port: 8080:8080
+ ports: #qbittorrent
+ - 8080:8080 #qbittorrent
#network_mode: "service:gluetun"
# Sonarr is used to query, add downloads to the download queue and index TV shows
diff --git a/install.sh b/install.sh
index 6ad6942..f565ed5 100755
--- a/install.sh
+++ b/install.sh
@@ -153,7 +153,8 @@ if [ $setup_vpn == "y" ]; then
sed -i -e "s;<mullvad_user>;$mullvad_user;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;port: 8080:8080;#port: 8080:8080;g" $filename
+ sed -i -e "s;ports: #qbittorrent;#port: #qbittorrent;g" $filename
+ sed -i -e "s;- 8080:8080 # qbittorrent;#- 8080:8080 #qbittorrent;g" $filename
fi
# Set yams script