From 2b8d70c2610baac062deb7689f2b47c8d7d33430 Mon Sep 17 00:00:00 2001 From: Navratan Lal Gupta Date: Sat, 12 Aug 2023 12:57:29 +0530 Subject: [PATCH] doc: Spelling corrections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7cfbf4..e8b5bc7 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ By default, VPN is disabled in `docker-compose.yml`. We just need comment and un Update the `docker-compose.yml` file as guided in comment messsage in same file and follow below commands to deploy the stack. -To deploy the stack with VPN: +To deploy the stack with VPN (with nordvpn): ```bash -PN_SERVICE_PROVIDER=nordvpn OPENVPN_USER=openvpn-username OPENVPN_PASSWORD=openvpn-password SERVER_COUNTRIES=Switzerland docker compose --profile vpn up -d +VPN_SERVICE_PROVIDER=nordvpn OPENVPN_USER=openvpn-username OPENVPN_PASSWORD=openvpn-password SERVER_COUNTRIES=Switzerland docker compose --profile vpn up -d # docker compose -f docker-compose-nginx.yml up -d # OPTIONAL to use Nginx as reverse proxy ```