Skip to content

Commit

Permalink
puppeteer config
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 22, 2024
1 parent 7c5186a commit e9f2faa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion defaults/puppeteer-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"args": [
"--no-sandbox",
"--disable-setuid-sandbox"
"--disable-setuid-sandbox",
"--disable-dev-shm-usage",
"--disable-accelerated-2d-canvas",
"--no-zygote",
"--single-process",
"--disable-gpu"
]
}

0 comments on commit e9f2faa

Please sign in to comment.