From 2caee6120e0ea2248f19d665f44d1136cd628ab6 Mon Sep 17 00:00:00 2001 From: Donkie Date: Sun, 25 Jun 2023 15:38:58 +0200 Subject: [PATCH] Added note in README about data folder and it's permissions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f73db84..e474913 100644 --- a/README.md +++ b/README.md @@ -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`.