Skip to content

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

Open
@Gill-Bates

Description

@Gill-Bates

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions