From dd70780b6d89696332aa57c3637dab57ef0ce6a6 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 12 Aug 2025 14:12:05 +0200 Subject: [PATCH] updated backend README.md regarding permissions --- backend/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index 94039570..d4332cc2 100644 --- a/backend/README.md +++ b/backend/README.md @@ -22,4 +22,6 @@ In order to access the postgress data mounted to the local drive at `/data/datab sudo chmod 777 -R ./data/ ``` -This process is to be repeated whenever you restart the database docker container \ No newline at end of file +This process is to be repeated whenever you restart the database docker container + +The same applies for the uploads and extension folder - ensure that the folder is writeable or file uploads will fail.