Skip to content

Commit

Permalink
Updated README instructions how to start docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
pszalko committed Feb 1, 2015
1 parent c4d3be1 commit 3633e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ username * password *
To start VPN server as a docker container run:

````
docker run -d --privileged -p 1723:1723 -v {local_path_to_chap_secrets}:/etc/ppp/chap-secrets mobtitude/vpn
docker run -d --privileged -p 1723:1723 -v {local_path_to_chap_secrets}:/etc/ppp/chap-secrets mobtitude/vpn-pptp
````

Edit your local _chap-secrets_ file, to add or modify VPN users whenever you need.
Expand Down

0 comments on commit 3633e74

Please sign in to comment.