Skip to content
Discussion options

You must be logged in to vote

@th12289 Thanks Tim. After a lot of testing the image you are using above was just not working. I changed to:

  playwright-chrome:
    hostname: playwright-chrome
    image: dgtlmoon/sockpuppetbrowser:latest
    restart: unless-stopped
    environment:
      - SCREEN_WIDTH=1920
      - SCREEN_HEIGHT=1024
      - SCREEN_DEPTH=16
      - ENABLE_DEBUGGER=false
      - PREBOOT_CHROME=true
      - CONNECTION_TIMEOUT=600000
      - MAX_CONCURRENT_SESSIONS=10
      - CHROME_REFRESH_TIME=600000
      - DEFAULT_BLOCK_ADS=true
      - DEFAULT_STEALTH=true
      - DEFAULT_IGNORE_HTTPS_ERRORS=true

I now have no timeouts and everything is working like a champ.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@dgtlmoon
Comment options

@vmsman
Comment options

@dgtlmoon
Comment options

@vmsman
Comment options

@vmsman
Comment options

Comment options

You must be logged in to vote
1 reply
@vmsman
Comment options

Answer selected by vmsman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants