diff --git a/karakeep.yaml b/karakeep.yaml index d29ec0b..c9e2981 100644 --- a/karakeep.yaml +++ b/karakeep.yaml @@ -74,16 +74,19 @@ services: # CHROME ###################### karakeep-chrome: - image: gcr.io/zenika-hub/alpine-chrome:124 + image: ghcr.io/karakeep-app/karakeep-chrome:release container_name: karakeep-chrome restart: unless-stopped + init: true command: - - --no-sandbox + #- --no-sandbox - --disable-gpu - --disable-dev-shm-usage - - --remote-debugging-address=0.0.0.0 - - --remote-debugging-port=9222 + #- --remote-debugging-address=0.0.0.0 + #- --remote-debugging-port=9222 - --hide-scrollbars + - --disable-blink-features=AutomationControlled + - --window-size=1440,900 labels: - rackpeek.name=karakeep-chrome - rackpeek.tags=service