Update README.md

The URL variable must point to the nginx proxy
pull/6/head
Blindauer Emmanuel 4 years ago committed by GitHub
parent 17adda2ef7
commit 6dd96ec8ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save