другими своими образами через docker compose
Если в selenoid-ui стоит параметр network_mode: bride, получаю ошибку
***ERROR: for e7dd89095c82_sportid_account_e2e_test_selenoid-ui_1 Cannot start service selenoid-ui: Cannot link to /sportid_account_e2e_test_selenoid_1, as it does not belong to the default network
ERROR: for selenoid-ui Cannot start service selenoid-ui: Cannot link to /sportid_account_e2e_test_selenoid_1, as it does not belong to the default network
ERROR: Encountered errors while bringing up the project.***
На всякий случай, selenoid-ui
selenoid-ui:
image: "aerokube/selenoid-ui"
network_mode: bridge
links:
- selenoid
ports:
- "8080:8080"
command: ["--selenoid-uri", "http://selenoid:4444"]
Если убрать network_mode: bridge - localhost:8080 ничего не отображает - пустая страница
Что делать?
Привет! в hosts режиме можно попробовать network_mode: host тогда не нужны links, а selenoid-uri=http://localhost:4444
ну и зависимость нужно прописать на сколько я помню, в selenoid-ui, depends_on selenoid
Обсуждают сегодня