From 39412c72975a90ab0491f0d466545198b39dfb9f Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 19 Nov 2025 15:19:33 +0100 Subject: [PATCH] fix cert.yml-example --- .env.example | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index d846202..8d1db78 100644 --- a/.env.example +++ b/.env.example @@ -56,8 +56,11 @@ TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt" # certificates: # - certFile: /certs/opencloud.test.crt # keyFile: /certs/opencloud.test.key -# stores: -# - default +# stores: +# default: +# defaultCertificate: +# certFile: /certs/opencloud.test.crt +# keyFile: /certs/opencloud.test.key # # The certificates need to be copied into ./certs/, the absolute path inside the container is /certs/. # You can also use TRAEFIK_CERTS_DIR=/path/on/host to set the path to the certificates directory. @@ -175,8 +178,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:latest" -# The base variant is recommended for most use cases as it provides core text extraction +# 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.