Update karakeep.yaml
updated karakeep chrome image
This commit is contained in:
+7
-4
@@ -74,16 +74,19 @@ services:
|
|||||||
# CHROME
|
# CHROME
|
||||||
######################
|
######################
|
||||||
karakeep-chrome:
|
karakeep-chrome:
|
||||||
image: gcr.io/zenika-hub/alpine-chrome:124
|
image: ghcr.io/karakeep-app/karakeep-chrome:release
|
||||||
container_name: karakeep-chrome
|
container_name: karakeep-chrome
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
init: true
|
||||||
command:
|
command:
|
||||||
- --no-sandbox
|
#- --no-sandbox
|
||||||
- --disable-gpu
|
- --disable-gpu
|
||||||
- --disable-dev-shm-usage
|
- --disable-dev-shm-usage
|
||||||
- --remote-debugging-address=0.0.0.0
|
#- --remote-debugging-address=0.0.0.0
|
||||||
- --remote-debugging-port=9222
|
#- --remote-debugging-port=9222
|
||||||
- --hide-scrollbars
|
- --hide-scrollbars
|
||||||
|
- --disable-blink-features=AutomationControlled
|
||||||
|
- --window-size=1440,900
|
||||||
labels:
|
labels:
|
||||||
- rackpeek.name=karakeep-chrome
|
- rackpeek.name=karakeep-chrome
|
||||||
- rackpeek.tags=service
|
- rackpeek.tags=service
|
||||||
|
|||||||
Reference in New Issue
Block a user