some text polishing

This commit is contained in:
mmattel
2024-08-13 09:49:09 +02:00
parent c72168b348
commit 00f58a3a53
3 changed files with 51 additions and 33 deletions

View File

@@ -58,8 +58,12 @@ LOG_LEVEL=
# The default log can be read by machines.
# Set this to true to make the log human readable.
# LOG_PRETTY=true
# Define the oCIS storage location. Set the pathes for config and data to a local path
# Note that this can grow big. Leaving it unset stores data in docker internal volumes.
#
# Define the oCIS storage location. Set the paths for config and data to a local path.
# Note that especially the data directory can grow big.
# Leaving it default stores data in docker internal volumes.
# For more details see:
# https://doc.owncloud.com/ocis/next/deployment/general/general-info.html#default-paths
# OCIS_CONFIG_DIR=/your/local/ocis/config
# OCIS_DATA_DIR=/your/local/ocis/data

View File

@@ -55,6 +55,7 @@ services:
- ./config/ocis/app-registry.yaml:/etc/ocis/app-registry.yaml
- ./config/ocis/csp.yaml:/etc/ocis/csp.yaml
- ./config/ocis/banned-password-list.txt:/etc/ocis/banned-password-list.txt
# configure the .env file to use own paths instead docker internal volumes
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
- ${OCIS_DATA_DIR:-ocis-data}:/var/lib/ocis
labels: