Commented gluetun ports by default
This commit is contained in:
parent
d8df9b4d66
commit
f35ec14314
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user