-
Notifications
You must be signed in to change notification settings - Fork 71
URL base and port #10
Copy link
Copy link
Open
Description
Just a remark because it confused me:
The combinations of port and URL base that I have seen so far are:
| URL base | Port | Used by |
|---|---|---|
/wd/hub |
4444 | Selenium |
| <empty> | 9515 | Chromedriver default |
| <empty> | 4444 | This Dockerfile |
In your Dockerfile you have decided to go with port 4444 and URL base <empty>, is there a particular reason for that?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels