From 5e7edcd4f1f8bcc8fe49db5b9c70292798bd7d89 Mon Sep 17 00:00:00 2001 From: Levon Sargsyan <levon.sargsyan@qt.io> Date: Fri, 27 Mar 2020 11:27:03 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5bd0a6..e9e781b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or docker run -p 5903:5903 -p 5901:5901 --privileged <your_image> ``` Container then can be accessed -1. via noVNC session via http://localhost:5901/vnc.html +1. via noVNC session via http://localhost:5901/vnc.html (password:123456) 2. by any vncviewer on *localhost:3* ### Creating c++ apps in two steps -- GitLab