From 516632bc7cc546dc67e690d1345de427342b32e9 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 7 Aug 2025 18:11:41 +0200 Subject: [PATCH] Fix tika.yml folder name --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 120f950..be47c63 100644 --- a/.env.example +++ b/.env.example @@ -177,8 +177,8 @@ START_ADDITIONAL_SERVICES="notifications" # Tika (search) is disabled by default due to performance reasons. # Tika is used to extract metadata and text from various file formats. # Enable it by adding the following to the COMPOSE_FILE variable: -# tika/tika.yml or by using the following command: -# docker compose -f docker-compose.yml -f tika/tika.yml up -d +# search/tika.yml or by using the following command: +# docker compose -f docker-compose.yml -f search/tika.yml up -d # Set the desired docker image tag or digest. # Defaults to "apache/tika:latest-full" TIKA_IMAGE=