diff options
-rw-r--r-- | docker-compose.example.yaml | 2 | ||||
-rwxr-xr-x | install.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index ba17699..9ae4aa2 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -105,7 +105,7 @@ services: - 8888:8888/tcp # HTTP proxy - 8388:8388/tcp # Shadowsocks - 8388:8388/udp # Shadowsocks - - 8080:8080/tcp + #- 8080:8080/tcp # gluetun volumes: - <install_location>/config/gluetun:/config environment: @@ -155,6 +155,7 @@ if [ $setup_vpn == "y" ]; then 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/tcp # gluetun;- 8080:8080/tcp # gluetun;g" $filename fi # Set yams script |