fix: tika image name

This commit is contained in:
Michael Barz
2025-11-18 08:48:41 +01:00
parent c392985614
commit fc67954f76
2 changed files with 5 additions and 5 deletions

View File

@@ -175,8 +175,8 @@ START_ADDITIONAL_SERVICES=""
# 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:slim"
# The slim variant is recommended for most use cases as it provides core text extraction
# Defaults to "apache/tika:latest"
# The base variant is recommended for most use cases as it provides core text extraction
# functionality with a smaller image size and faster startup time.
# Only use the full variant (apache/tika:latest-full) if you need specialized features
# like advanced OCR or specific image processing capabilities.