Added note in README about data folder and it's permissions

This commit is contained in:
Donkie
2023-06-25 15:38:58 +02:00
parent 50abc5c74f
commit 2caee6120e

View File

@@ -36,6 +36,7 @@ services:
ports:
- "7912:8000"
```
With this example, you should first create a folder called `data` in the same directory as the docker-compose.yml, then you should run `chown 1000:1000 data` on it in order to give it the correct permissions for the user inside the docker container.
Once you have it up and running, you can access the web UI by browsing to `http://your.ip:7912`.