1
0
mirror of https://github.com/navilg/media-stack.git synced 2024-11-21 10:05:46 +02:00

doc: Spelling corrections

This commit is contained in:
Navratan Lal Gupta 2023-08-12 12:57:29 +05:30
parent 4673169a65
commit 2b8d70c261
No known key found for this signature in database

View File

@ -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
```