Running headless Chrome on Railway
dotellie
HOBBYOP

2 years ago

More of a general question really, but is it possible to run headless Chrome on Railway with sandboxing enabled? Usually as far as I'm aware, that requires enabling system admin rights or using sec comp configurations which, quite rightfully, aren't supported by Railway.

So, is it possible or do I still need to keep a VPS around? 😅

2 Replies

dotellie
HOBBYOP

2 years ago

N/A


brody
EMPLOYEE

2 years ago

from my understanding --no-sandbox and --disable-setuid-sandbox is needed since the containers are generally ran as root, if you switch to a non root user before running your app you should be able to run with sandboxing enabled


Loading...