From 3b6841608db4ce00b115a5958cef683c5d271d65 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Thu, 1 Jan 2026 17:39:02 +0100 Subject: [PATCH] Update to new versions --- docker-compose.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index cd1dc51..8ddfa3c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,20 +14,23 @@ services: NEXTAUTH_SECRET: 1lxqLtij4hy/fhVJF7iI+AEt6L/zOT8UZcg6+MwJzP+b/H1T chrome: - image: gcr.io/zenika-hub/alpine-chrome:100 + image: gcr.io/zenika-hub/alpine-chrome:124 container_name: Hoarder-CHROME restart: always command: - --no-sandbox - --disable-gpu + - --disable-dev-shm-usage - --remote-debugging-address=0.0.0.0 - --remote-debugging-port=9222 + - --hide-scrollbars meilisearch: - image: getmeili/meilisearch:v1.6 + image: getmeili/meilisearch:v1.13.3 container_name: Hoarder-MEILI restart: always volumes: - /var/lib/docker/volumes/hoarder/meili:/meili_data:rw environment: - MEILI_MASTER_KEY: G7dY4zR6Y0OJTES+2zfsUY4qWr+118gt7RhhhTOARVIH913i \ No newline at end of file + MEILI_MASTER_KEY: G7dY4zR6Y0OJTES+2zfsUY4qWr+118gt7RhhhTOARVIH913i + MEILI_NO_ANALYTICS: "true" \ No newline at end of file