diff options
author | Emile <hanemile@protonmail.com> | 2019-10-11 12:09:11 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-11 12:09:11 +0200 |
commit | b47eae9756c229f876f0a5936aba8d2702c667f7 (patch) | |
tree | e361ebb84751497609326fbeeca8d65ae69de425 | |
parent | 69476e0bd7747ff5509d1cc82c013ca50a5fe538 (diff) |
[CI SKIP] added more info
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index e5d7d28..bfb810f 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,12 @@ $ docker build . -t circus-register Then run the container: ``` -$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --net circus -p 8081:8081 circus-register:latest +$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --net circus -p 8081:8081 circus-register:latest -initialVPNPort 1194 ``` +`initialVPNPort` defines the first vpn port to be handed out to a companion +container. + ## Function This container should only show a small registration form for the user. The user |