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).