mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-01-07 07:59:52 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user