updated backend README.md regarding permissions

This commit is contained in:
Ulf Gebhardt 2025-08-12 14:12:05 +02:00
parent a64ed1b2bf
commit dd70780b6d
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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
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.