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

@@ -1,9 +1,9 @@
---
services:
tika:
image: ${TIKA_IMAGE:-apache/tika:slim}
# Using slim variant for smaller image size and faster startup
# The slim variant includes core functionality for text extraction
image: ${TIKA_IMAGE:-apache/tika:latest}
# Using the base variant for smaller image size and faster startup
# The base variant includes core functionality for text extraction
# Full variant is only needed for specialized OCR/image processing
# release notes: https://tika.apache.org
networks: