This commit is contained in:
Viktor Scharf
2025-11-19 16:21:42 +01:00
parent 39412c7297
commit 8c96301523

View File

@@ -178,7 +178,7 @@ START_ADDITIONAL_SERVICES=""
# search/tika.yml or by using the following command: # search/tika.yml or by using the following command:
# docker compose -f docker-compose.yml -f search/tika.yml up -d # docker compose -f docker-compose.yml -f search/tika.yml up -d
# Set the desired docker image tag or digest. # Set the desired docker image tag or digest.
# Defaults to "apache/tika:slim" # Defaults to "apache/tika:latest"
# The slim variant is recommended for most use cases as it provides core text extraction # 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. # functionality with a smaller image size and faster startup time.
# Only use the full variant (apache/tika:latest-full) if you need specialized features # Only use the full variant (apache/tika:latest-full) if you need specialized features