From 058a190e2eda1d5fbea6ad417cee3e34a32a7614 Mon Sep 17 00:00:00 2001 From: Navratan Lal Gupta Date: Sun, 7 Jan 2024 19:19:11 +0530 Subject: [PATCH] doc (#30): Add comment for when not to use SERVER_COUNTRIES in vpn --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index be589ef..e3e3603 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - OPENVPN_PASSWORD=${OPENVPN_PASSWORD:-""} ## For list of server countries, visit https://raw.githubusercontent.com/qdm12/gluetun/master/internal/storage/servers.json - + ## When VPN_SERVICE_PROVIDER is custom. Comment the below line - SERVER_COUNTRIES=${SERVER_COUNTRIES:-Switzerland} # - FREE_ONLY=on # Valid with protonvpn only. Value willbe set "on" if using free subscription provided by protonvpn