Skip to content

Commit 39412c7

Browse files
committed
fix cert.yml-example
1 parent 5873484 commit 39412c7

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.env.example

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
@@ -175,8 +178,8 @@ START_ADDITIONAL_SERVICES=""
175178
# search/tika.yml or by using the following command:
176179
# docker compose -f docker-compose.yml -f search/tika.yml up -d
177180
# Set the desired docker image tag or digest.
178-
# Defaults to "apache/tika:latest"
179-
# The base variant is recommended for most use cases as it provides core text extraction
181+
# Defaults to "apache/tika:slim"
182+
# The slim variant is recommended for most use cases as it provides core text extraction
180183
# functionality with a smaller image size and faster startup time.
181184
# Only use the full variant (apache/tika:latest-full) if you need specialized features
182185
# like advanced OCR or specific image processing capabilities.

0 commit comments

Comments
 (0)