From 6dd96ec8ef4c6ca23a893ba8ed8023425b983210 Mon Sep 17 00:00:00 2001 From: Blindauer Emmanuel Date: Thu, 3 Sep 2020 14:50:34 +0200 Subject: [PATCH] Update README.md The URL variable must point to the nginx proxy --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3afa675..d5d1043 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,11 @@ For the stream , you'll need the stream module from nginx. This configuration ca } } +You'll have to adapt the URL variable to use the nginx URL: + + docker run \ + -p 6543:6543 -p 5000:5000 \ + -e URL=https://server.domain.com \ + --cap-drop=all --rm \ + tty-server +