You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run with cmd: docker run -d --name selenoid -v C:/Users/PC/.aerokube/selenoid:/etc/selenoid:ro -p 4444:4444 aerokube/selenoid:1.11.3.
It can run but when I config docker compose to run:
when I run with cmd: docker run -d --name selenoid -v C:/Users/PC/.aerokube/selenoid:/etc/selenoid:ro -p 4444:4444 aerokube/selenoid:1.11.3.
It can run but when I config docker compose to run:
services:
selenoid:
image: aerokube/selenoid:1.11.3
container_name: selenoid
ports:
- "4444:4444"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /c/Users/PC/.aerokube/selenoid:/etc/selenoid:ro
- /c/Users/PC/.aerokube/selenoid/logs:/opt/selenoid/logs
- /c/Users/PC/.aerokube/selenoid/video:/opt/selenoid/video
environment:
- OVERRIDE_VIDEO_OUTPUT_DIR=/opt/selenoid/video/
command: ["--conf", "/etc/selenoid/browsers.json"]
I got error: [INIT] [/usr/bin/selenoid: browsers config: read error: read /etc/selenoid/browsers.json: is a directory]
How can I fix that! I spend a lot of time but I can't. I sure path C:\Users\PC.aerokube\selenoid have browsers.json
The text was updated successfully, but these errors were encountered: