diff --git a/.env.example b/.env.example index 357a1a1..1657f00 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. @@ -179,7 +182,7 @@ START_ADDITIONAL_SERVICES="" # 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 +# 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.