Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docker] Screenshot capture ends up in "[ERROR] EACCES" #208

Open
Gill-Bates opened this issue Dec 23, 2024 · 0 comments
Open

[Docker] Screenshot capture ends up in "[ERROR] EACCES" #208

Gill-Bates opened this issue Dec 23, 2024 · 0 comments

Comments

@Gill-Bates
Copy link

Gill-Bates commented Dec 23, 2024

When running web-check in a Docker container, I mount the chromium binary into the container with docker-compose.yaml like this:

volumes:
  - /opt/chromium:/mnt/chromium
environment:
  - UID=1000
  - GID=1000
  - CHROME_PATH=/mnt/chromium

But the screenshot caputure still failed:

The screenshot job failed with an error state after 2973 ms. The server responded with the following error:
Failed to launch the browser process! spawn /mnt/chromium EACCES

Any idea how to solve this? I have check all permissions and running out of ideas.

@Gill-Bates Gill-Bates changed the title [Docker] Running Screenshot ends up in "[ERROR] EACCES" [Docker] Screenshot capture ends up in "[ERROR] EACCES" Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant