Add notice to help user avoid premission issues (#1118)

If docker is allowed to create the directories before the first boot of Booklore, those folders are created as root and might cause permission issues.
This commit is contained in:
clockwinder
2025-09-09 08:17:59 -06:00
committed by GitHub
parent 99c21eb5ac
commit e772e271b0

View File

@@ -90,6 +90,8 @@ Ensure you have [Docker](https://docs.docker.com/get-docker/) and [Docker Compos
### 2⃣ Create docker-compose.yml
> ⚠️ If you intend to run the container as a non-root user, you must manually create all of your `/your/local/path/to/booklore` directories with read and write permissions for your intended user **before first run**.
Create a `docker-compose.yml` file with content:
```yaml