Open
Description
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
Labels
No labels