rastasheep / alpine-node-chromium

Dockerized chromium inside node alpine image
MIT License
37 stars 22 forks source link

--disabled-gpu vs --disable-gpu #3

Closed sieben07 closed 6 years ago

sieben07 commented 6 years ago

https://developers.google.com/web/updates/2017/04/headless-chrome

I think it should be --diable-gpu

browsers: ['ChromiumNoSandbox'], customLaunchers: { ChromiumNoSandbox: { base: 'ChromiumHeadless', flags: ['--no-sandbox', '--headless', '--disabled-gpu'] } }

rastasheep commented 6 years ago

Thanks @sieben07 i've updated readme.