From 391709551998d75d9577729a1643f1282c3262f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maikel=20Doll=C3=A9?= Date: Wed, 6 Jan 2021 01:31:59 +0100 Subject: [PATCH] Updated Prerequisites (markdown) --- Prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prerequisites.md b/Prerequisites.md index 549598b..00d6298 100644 --- a/Prerequisites.md +++ b/Prerequisites.md @@ -24,7 +24,7 @@ You can create these folders wherever you want on your host system. Run this on your host system ```shell -chown -R 1000:82 /var/invoiceninja/public /var/invoiceninja/storage +chown -R 1500:82 /var/invoiceninja/public /var/invoiceninja/storage ``` to apply the proper permission to the folders. This also applies to the `docker-compose` setup when using [bind-mounted host directories](https://github.com/invoiceninja/dockerfiles/blob/master/docker-compose.yml#L17).