Commented gluetun ports by default

This commit is contained in:
Roger Gonzalez 2023-01-15 20:26:45 -03:00
parent d8df9b4d66
commit f35ec14314
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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