Skip to content

Commit

Permalink
Provide K6_BROWSER_ARGS as a comma-separated list
Browse files Browse the repository at this point in the history
Co-authored-by: ka3de <danijs12@hotmail.com>
  • Loading branch information
andrewslotin and ka3de committed Jul 17, 2023
1 parent 3c35212 commit 24ac4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ ENV K6_BROWSER_ENABLED=true
ENV K6_BROWSER_HEADLESS=true
# Disable RAM-heavy GPU rasterizer and make chromium use /tmp instead of /dev/shm that is typically
# too small in Docker
ENV K6_BROWSER_ARGS="--disable-software-rasterizer --disable-dev-shm-usage"
ENV K6_BROWSER_ARGS="disable-software-rasterizer,disable-dev-shm-usage"

ENTRYPOINT ["k6"]

0 comments on commit 24ac4bf

Please sign in to comment.