From 31a8e3568b248d56178e537dac21ce4b669f9f30 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 23 Jun 2020 10:09:00 +0200 Subject: [PATCH] Fixed README `--cert` and `--ssl-only` are parameters of novnc's [launch.sh](https://github.com/novnc/noVNC/blob/master/utils/launch.sh) script, not of `docker run`. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7fc155..f53b26a 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ docker run \ --name noVNC \ --detach \ --publish 443:6080 \ - --cert server.pem \ - --ssl-only \ gotget/novnc \ + --cert server.pem \ + --ssl-only \ --vnc HOST:PORT ```