fix: use apache/tika:slim by default

This commit is contained in:
Michael Barz
2025-11-10 13:58:55 +01:00
parent 7543aa2eec
commit 73fdc8a96a
3 changed files with 18 additions and 3 deletions

View File

@@ -175,7 +175,11 @@ 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:latest-full"
# Defaults to "apache/tika:slim"
# The slim 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.
TIKA_IMAGE=
### IMPORTANT Note for Online Office Apps ###