From 20aaa745af3368a7add635ae8759bf446b10e630 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Sun, 18 Dec 2022 11:44:35 +0900 Subject: [PATCH 1/2] faster access to noVNC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5983d12e5..b24e3a9efd 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. From 229b5ac18f1b735c8eee760435e15ace5cf849be Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Mon, 19 Dec 2022 09:47:38 +0900 Subject: [PATCH 2/2] add &resize=scale --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b24e3a9efd..ca8a135c7a 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 . +4. (Optional) To see what is happening inside the container, head to . More details about visualising the container activity, check the [Debugging](#debugging) section.