Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Gutierrez authored Jun 16, 2018
1 parent cd01f37 commit 9982a92
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 @@ -20,7 +20,7 @@ This container was designed to be started first to provide a connection to other

docker run -ti --cap-add=NET_ADMIN --device /dev/net/tun --name vpn\
-e [email protected] -e PASS=password
-e COUNRTY=country1;country2 -e CATEGORY=category1;category2 \
-e COUNRTY="country1;country2" -e CATEGORY=category1;category2 \
-e PROTOCOL=protocol -d bubuntux/nordvpn

Once it's up other containers can be started using it's network connection:
Expand Down Expand Up @@ -68,7 +68,7 @@ For multiple services (non-existant 'foo' used as an example):

ENVIRONMENT VARIABLES (only available with `docker run`)

* `COUNTRY` - Use servers from countries in the list (IE Australia;New Zeland). Several countries can be selected using semicolon.
* `COUNTRY` - Use servers from countries in the list (IE United States;Australia;New Zeland). Several countries can be selected using semicolon.
* `CATEGORY` - Use servers from specific categories (IE P2P;Anti DDoS). Several categories can be selected using semicolon. Allowed categories are:
* `Anti DDoS`
* `Dedicated IP servers`
Expand Down

0 comments on commit 9982a92

Please sign in to comment.