Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 6550263

Browse files
authored
Adjusting port number (SeleniumHQ#1512)
[skip ci]
1 parent 0b65589 commit 6550263

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -789,8 +789,8 @@ You can override it with the `VNC_PORT` environment variable in case you want to
789789
Here is an example with the standalone images, the same concept applies to the node images.
790790
``` bash
791791
$ docker run -d -p 4444:4444 -p 5900:5900 --shm-size="2g" selenium/standalone-chrome:4.1.2-20220217
792-
$ docker run -d -p 4444:4444 -p 5901:5900 --shm-size="2g" selenium/standalone-edge:4.1.2-20220217
793-
$ docker run -d -p 4445:4444 -p 5902:5900 --shm-size="2g" selenium/standalone-firefox:4.1.2-20220217
792+
$ docker run -d -p 4445:4444 -p 5901:5900 --shm-size="2g" selenium/standalone-edge:4.1.2-20220217
793+
$ docker run -d -p 4446:4444 -p 5902:5900 --shm-size="2g" selenium/standalone-firefox:4.1.2-20220217
794794
```
795795
796796
Then, you would use in your VNC client:
@@ -827,8 +827,8 @@ You can also override it with the `NO_VNC_PORT` environment variable in case you
827827
Here is an example with the standalone images, the same concept applies to the node images.
828828
``` bash
829829
$ docker run -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:4.1.2-20220217
830-
$ docker run -d -p 4444:4444 -p 7901:7900 --shm-size="2g" selenium/standalone-edge:4.1.2-20220217
831-
$ docker run -d -p 4445:4444 -p 7902:7900 --shm-size="2g" selenium/standalone-firefox:4.1.2-20220217
830+
$ docker run -d -p 4445:4444 -p 7901:7900 --shm-size="2g" selenium/standalone-edge:4.1.2-20220217
831+
$ docker run -d -p 4446:4444 -p 7902:7900 --shm-size="2g" selenium/standalone-firefox:4.1.2-20220217
832832
```
833833
834834
Then, you would use in your browser:

0 commit comments

Comments
 (0)