Skip to content

Commit

Permalink
add note about overriding connection on backend-test
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopagno committed Nov 22, 2024
1 parent 8aaadc4 commit 218812e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/development/development-environment/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,16 @@ you want to see what the browsers are doing. `gvncviewer` or `vinagre` on Linux
the `docker-compose.override.yml` to access a container of a specific browser. As a default, the `chrome` container is
exposed on port 5900. The password is `secret` for all.

Bear in mind that overriding the network for `backend-test`, might cause issues with selenium connecting to the browser.

```
Selenium::WebDriver::Error::UnknownError:
unknown error: net::ERR_CONNECTION_REFUSED
(Session info: chrome=130.0.6723.91)
```

If this happend just comment out the network overrides

## TLS support

Within `docker/dev/tls` compose files are provided, that elevate the development stack to be run under full TLS
Expand Down

0 comments on commit 218812e

Please sign in to comment.