Skip to content

Commit

Permalink
doc: Spelling corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Aug 12, 2023
1 parent 4673169 commit 2b8d70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 2b8d70c

Please sign in to comment.