diff options
-rw-r--r-- | docker-compose.example.yaml | 2 | ||||
-rwxr-xr-x | install.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index 9ae4aa2..d4ab65c 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -29,7 +29,7 @@ services: - <install_location>/config/qbittorrent:/config restart: unless-stopped ports: #qbittorrent - - 8080:8080 #qbittorrent + - 8080:8080 # qbittorrent #network_mode: "service:gluetun" # 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;#network_mode: \"service:gluetun\";network_mode: \"service:gluetun\";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 fi |