Last active
August 2, 2018 23:04
-
-
Save DanNi0130/059ea221258613b3ff7cea637f80ac8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker pull browserless/chrome | |
docker run -p 3000:3000 -e "MAX_CONCURRENT_SESSIONS=5" | |
-e "MAX_QUEUE_LENGTH=0" | |
-e "PREBOOT_CHROME=true" | |
-e "TOKEN=YOURTOKEN" | |
-e "ENABLE_DEBUGGER=false" | |
-e "CONNECTION_TIMEOUT=300000" --restart always browserless/chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment