File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,8 +56,11 @@ TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt"
5656# certificates:
5757# - certFile: /certs/opencloud.test.crt
5858# keyFile: /certs/opencloud.test.key
59- # stores:
60- # - default
59+ # stores:
60+ # default:
61+ # defaultCertificate:
62+ # certFile: /certs/opencloud.test.crt
63+ # keyFile: /certs/opencloud.test.key
6164#
6265# The certificates need to be copied into ./certs/, the absolute path inside the container is /certs/.
6366# You can also use TRAEFIK_CERTS_DIR=/path/on/host to set the path to the certificates directory.
@@ -179,7 +182,7 @@ START_ADDITIONAL_SERVICES=""
179182# docker compose -f docker-compose.yml -f search/tika.yml up -d
180183# Set the desired docker image tag or digest.
181184# Defaults to "apache/tika:latest"
182- # The base variant is recommended for most use cases as it provides core text extraction
185+ # The slim variant is recommended for most use cases as it provides core text extraction
183186# functionality with a smaller image size and faster startup time.
184187# Only use the full variant (apache/tika:latest-full) if you need specialized features
185188# like advanced OCR or specific image processing capabilities.
You can’t perform that action at this time.
0 commit comments