From 558309f602251a932be0f3a832e7b1253b96f53a Mon Sep 17 00:00:00 2001 From: Navratan Lal Gupta <37469234+navilg@users.noreply.github.com> Date: Fri, 12 Aug 2022 18:47:35 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ee3e0..24eae6b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ docker-compose --profile stack-1 up -d # Or, Install Jellyfin, Radarr, Sonarr, Prowlarr, qBitTorrent and VPN stack ## By default NordVPN is configured. This can be changed to ExpressVPN, SurfShark, OpenVPN or Wireguard VPN by updating docker-compose.yml file. It uses OpenVPN type for all providers. + VPN_SERVICE_PROVIDER=nordvpn OPENVPN_USER=openvpn-username OPENVPN_PASSWORD=openvpn-password SERVER_REGIONS=Switzerland docker-compose --profile stack-2 up -d docker-compose -f docker-compose-nginx.yml up -d # OPTIONAL to use Nginx as reverse proxy @@ -258,4 +259,4 @@ location /qbt/ { proxy_buffering off; } ``` -- Restart containers \ No newline at end of file +- Restart containers