fix: adjustments
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
||||
- internal
|
||||
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:latest
|
||||
image: getmeili/meilisearch:v1.13.3
|
||||
container_name: karakeep-meilisearch
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -43,9 +43,15 @@ services:
|
||||
- internal
|
||||
|
||||
chrome:
|
||||
image: ghcr.io/karakeep-app/chrome:latest
|
||||
container_name: karakeep-chrome
|
||||
image: gcr.io/zenika-hub/alpine-chrome:124
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- --no-sandbox
|
||||
- --disable-gpu
|
||||
- --disable-dev-shm-usage
|
||||
- --remote-debugging-address=0.0.0.0
|
||||
- --remote-debugging-port=9222
|
||||
- --hide-scrollbars
|
||||
networks:
|
||||
- internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user