Update karakeep.yaml
updated karakeep chrome image
This commit is contained in:
+7
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user