From cf2318d607adb990848b772bc01843f5f1cf07bc Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Tue, 8 Apr 2025 11:26:43 +0200 Subject: [PATCH] improve the info about storage path (#617) --- deployments/examples/opencloud_full/.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployments/examples/opencloud_full/.env b/deployments/examples/opencloud_full/.env index e3eca9130..dd6893d27 100644 --- a/deployments/examples/opencloud_full/.env +++ b/deployments/examples/opencloud_full/.env @@ -64,6 +64,8 @@ LOG_LEVEL= # LOG_PRETTY=true # # Define the openCloud storage location. Set the paths for config and data to a local path. +# Ensure that the configuration and data directories are owned by the user and group with ID 1000:1000. +# This matches the default user inside the container and avoids permission issues when accessing files. # Note that especially the data directory can grow big. # Leaving it default stores data in docker internal volumes. # OC_CONFIG_DIR=/your/local/opencloud/config