From 21e7068b0fac714003b2442405c1dc8922ebccaf Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Mon, 19 Dec 2022 18:19:08 +0900 Subject: [PATCH] Faster access to noVNC (#1748) [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5983d12e..ca8a135c7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-fire 3. That's it! -4. (Optional) To see what is happening inside the container, head to http://localhost:7900 (password is `secret`). +4. (Optional) To see what is happening inside the container, head to . More details about visualising the container activity, check the [Debugging](#debugging) section.