Skip to content

Commit c1a9d82

Browse files
authored
Merge pull request #159 from opencloud-eu/fix-cert.yml-example
fix cert.yml-example
2 parents 7b2bd36 + 8c96301 commit c1a9d82

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.env.example

Lines changed: 6 additions & 3 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.
@@ -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.

0 commit comments

Comments
 (0)